cpython/Lib/unittest
Michael Foord e5dc24e874 Merged revisions 86101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86101 | michael.foord | 2010-11-01 21:09:03 +0000 (Mon, 01 Nov 2010) | 1 line

  Fix issue 9926. TestSuite subclasses that override __call__ are called correctly.
........
2010-11-01 22:11:53 +00:00
..
test Merged revisions 86101 via svnmerge from 2010-11-01 22:11:53 +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 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 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 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. 2010-04-02 21:42:47 +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 Merged revisions 86101 via svnmerge from 2010-11-01 22:11:53 +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