New submission from Irit Katriel <iritkatr...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42474>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to