JetBrains / teamcity-messages

Python Unit Test Reporting to TeamCity
https://pypi.python.org/pypi/teamcity-messages
Apache License 2.0
137 stars 81 forks source link

#221 subtests are broken when test has name. #222

Closed throwable-one closed 4 years ago

throwable-one commented 4 years ago

We look for test name in subest. Since id is added between test and description, we can't parse it using substring.

So, we use bare test id (without of description)

see https://youtrack.jetbrains.com/issue/PY-29614