cpython/Lib/unittest
R. David Murray fb4812fb59 Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.
This is presumably related to issue 3864, and appears to be due
to a platform bug on freebsd6.
2010-04-17 21:59:26 +00:00
..
test Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it. 2010-04-17 21:59:26 +00:00
__init__.py Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly 2010-03-26 03:18:31 +00:00
__main__.py Correct usage message displayed for python -m unittest -h 2010-03-22 02:49:08 +00:00
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 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 Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly 2010-03-26 03:18:31 +00:00
suite.py Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. 2010-03-22 00:06:30 +00:00
util.py Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. 2010-03-22 00:06:30 +00:00