cpython/Lib/unittest
2010-07-10 13:51:42 +00:00
..
test Fix error message for comparing single line strings in unittest.TestCase.assertEqual. 2010-07-10 13:51:42 +00:00
__init__.py
__main__.py
case.py Fix error message for comparing single line strings in unittest.TestCase.assertEqual. 2010-07-10 13:51:42 +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
result.py
runner.py
signals.py
suite.py Fix issue with nested test suites debug method and module setups. (unittest) 2010-06-10 20:40:21 +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