You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>)
result
see
https://youtrack.jetbrains.com/issue/PY-39336
The text was updated successfully, but these errors were encountered: