cpython/Lib/unittest
Michael Foord f9ffccea56 Fix unittest tests to not abuse traceback.format_exception 2010-05-02 20:39:42 +00:00
..
test Fix unittest tests to not abuse traceback.format_exception 2010-05-02 20:39:42 +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
case.py Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches 2010-04-02 22:55:59 +00:00
loader.py Fix module directory finding logic for dotted paths in unittest test discovery. 2010-04-06 23:18:16 +00:00
main.py Minor tweak to unittest command line usage message 2010-04-03 15:20:00 +00:00
result.py unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. 2010-04-07 23:04:22 +00:00
runner.py
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
util.py