Skip to content

testcase.py __eq__ function throwing an error #341

@tmfs10

Description

@tmfs10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions