[issue7832] assertSameElements([0, 1, 1], [0, 0, 1]) does not fail

Gregory P. Smith report at bugs.python.org
Tue Feb 2 06:06:30 CET 2010


Gregory P. Smith <greg at krypto.org> added the comment:

I like that this patch adds a new method with the different behavior.  They are both distinct and desirable behaviors.  The existing behavior has already been shipped in Python 3.1 so it should not change.  Also it is already in use via the http://code.google.com/p/python-unittest-backport/ project.

Also, I would put the assertItemEquals unit tests in their own method instead of at the end of the existing one.

----------
assignee:  -> gregory.p.smith

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


More information about the Python-bugs-list mailing list