cpython/Lib/unittest
Michael Foord ee627883a7 Move a support TestCase out of the main namespace in unittest.test.test_suite 2010-03-26 02:53:56 +00:00
..
test Move a support TestCase out of the main namespace in unittest.test.test_suite 2010-03-26 02:53:56 +00:00
__init__.py Correct usage message displayed for python -m unittest -h 2010-03-22 02:49:08 +00:00
__main__.py Correct usage message displayed for python -m unittest -h 2010-03-22 02:49:08 +00:00
case.py Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. 2010-03-22 00:06:30 +00:00
loader.py Removing Python 2.3 compatibility code from unittest. 2010-03-22 01:41:11 +00:00
main.py Correct usage message displayed for python -m unittest -h 2010-03-22 02:49:08 +00:00
result.py expected failure should not trigger failfast behavior in unittest. 2010-03-22 01:56:54 +00:00
runner.py -f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest 2010-03-22 01:01:34 +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