[New-bugs-announce] [issue42474] improve test coverage for TracebackException's __eq__

Irit Katriel report at bugs.python.org
Thu Nov 26 12:27:40 EST 2020


New submission from Irit Katriel <iritkatriel at yahoo.com>:

Currently there are no tests for comparison between non-equal instances of traceback.TracebackException, so changing it's __eq__ to return True instead of self.__dict__ == other.__dict__ would not break any tests.

----------
assignee: iritkatriel
components: Tests
messages: 381906
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: improve test coverage for TracebackException's __eq__
type: enhancement
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42474>
_______________________________________


More information about the New-bugs-announce mailing list