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

twisted-trial report is broken in case of exception #224

Open throwable-one opened 4 years ago

throwable-one commented 4 years ago
class MyTestCase(TestCase):
    def test_something(self):
        a = []
        print(a[0])

result

Failure: builtins.tuple: (<class 'twisted.python.reflect.ObjectNotFound'>, ObjectNotFound("'fooo_test.py' does not name an object"), <traceback object at 0x000001FF515A2488>)

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