[issue19217] Calling assertEquals for moderately long list takes too long

Serhiy Storchaka report at bugs.python.org
Mon Oct 14 11:04:44 CEST 2013


Serhiy Storchaka added the comment:

Perhaps a combination of len(pprint.pformat(seq1).splitlines()) and len(pprint.pformat(seq2).splitlines()) (minimum, maximum or production) is better metric?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19217>
_______________________________________


More information about the Python-bugs-list mailing list