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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: