cpython/Lib/unittest/test
Ezio Melotti b7af620747 #11282: merge with 3.2. 2011-04-03 17:39:19 +03:00
..
__init__.py
_test_warnings.py Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. 2011-02-20 11:18:09 +00:00
dummy.py
support.py
test_assertions.py Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. 2011-02-20 11:18:09 +00:00
test_break.py
test_case.py #11282: merge with 3.2. 2011-04-03 17:39:19 +03:00
test_discovery.py Fix minor issue in implementation of issue 10470. 2010-12-19 03:59:10 +00:00
test_functiontestcase.py
test_loader.py Issue #3080: Use repr() to format the module name on error 2011-03-14 15:15:47 -04:00
test_program.py Save a copy of sys.warnoptions in test_program. 2011-03-20 15:31:26 +02:00
test_result.py Issue #10979. unittest stdout buffering now works with class and module setup and teardown. 2011-03-17 13:44:18 -04:00
test_runner.py Remove unittest methods scheduled for removal in 3.3 -- makes the unittest test suite pass again. 2011-02-20 11:18:09 +00:00
test_setups.py
test_skipping.py
test_suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 2010-12-19 04:07:28 +00:00