[issue2578] additional unittest type equality methods
Michael Foord
report at bugs.python.org
Sat Apr 4 20:18:23 CEST 2009
Michael Foord <michael at voidspace.org.uk> added the comment:
Patch for Py3k with fallback for comparing unsortable sequences in
assertSameElements.
Removed the expected failure and added another test case to confirm that
this patch works for unsortable sequences that are the same (no fail)
and different (fail).
----------
Added file: http://bugs.python.org/file13614/unittest-sameelements.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
More information about the Python-bugs-list
mailing list