mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
When user clicks on some element PyCharm gets its qname and generates test target based on it. But user may use file with dashes. There is no qName in this case, but all test runners support such targets. So we emulate it in "getEmulatedQNameParts"