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

Florent Xicluna report at bugs.python.org
Mon Feb 1 23:54:44 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

Patch which adds method "assertItemsEqual".

However we could reuse the "assertSameElements" name, and replace the current implementation: it is still the alpha stage.

----------
keywords: +patch
Added file: http://bugs.python.org/file16087/issue7832_assertItemsEqual.diff

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


More information about the Python-bugs-list mailing list