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

testcase.py __eq__ function throwing an error #341

Open
tmfs10 opened this issue Mar 6, 2023 · 0 comments
Open

testcase.py __eq__ function throwing an error #341

tmfs10 opened this issue Mar 6, 2023 · 0 comments
Labels

Comments

@tmfs10
Copy link

tmfs10 commented Mar 6, 2023

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

@jelmer jelmer added the bug label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants