cpython/Lib/unittest
Michael Foord e6e0e26780 Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collections.Counter under the hood.
This fixes bugs when comparing collections of items like sets that can be sorted without raising an exception but where sorting has no meaning.
2010-12-19 15:52:56 +00:00
..
test Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collections.Counter under the hood. 2010-12-19 15:52:56 +00:00
__init__.py Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. 2010-04-25 19:02:46 +00:00
__main__.py Improving help message for python -m unittest. Issue 8303. 2010-05-10 20:21:16 +00:00
case.py Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collections.Counter under the hood. 2010-12-19 15:52:56 +00:00
loader.py unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation. 2010-06-05 10:39:42 +00:00
main.py Improving help message for python -m unittest. Issue 8303. 2010-05-10 20:21:16 +00:00
result.py Merged revisions 86101 via svnmerge from 2010-11-01 22:11:53 +00:00
runner.py Merged revisions 86511 via svnmerge from 2010-11-18 14:16:32 +00:00
signals.py Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. 2010-04-25 19:02:46 +00:00
suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 2010-12-19 14:12:23 +00:00
util.py unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. 2010-06-05 12:58:39 +00:00