Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
throwable-one opened this issue Dec 10, 2019 · 0 comments
Open

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

throwable-one opened this issue Dec 10, 2019 · 0 comments

Comments

@throwable-one
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant