testing-cabal / testtools

Testtools - tasteful testing for python
https://testtools.readthedocs.io/en/latest/
Other
94 stars 88 forks source link

testcase.py __eq__ function throwing an error #341

Open tmfs10 opened 1 year ago

tmfs10 commented 1 year ago

In TestCase class (testcase.py file), the eq function checks for dict equivalence between self and other. However when triggered by _run_core in runtest.py, the exception_caught object is of type object and in Python3 does not have a dict attribute throwing an error