cpython/Lib/unittest/test
Andrew Svetlov 8913a6c83d Issue #11798: fix tests for regrtest -R : 2013-09-01 07:58:41 +03:00
..
testmock Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:44:07 +03:00
__init__.py
_test_warnings.py
dummy.py
support.py Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. 2013-03-20 20:16:47 +01:00
test_assertions.py #18663: document that assertAlmostEqual also works when the values are equal and add tests. 2013-08-11 13:04:50 +03:00
test_break.py Closes issue 15505. unittest.installHandler and non-callable signal handlers. 2013-01-29 23:07:57 +00:00
test_case.py #18741: merge with 3.3. 2013-08-17 16:13:22 +03:00
test_discovery.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
test_functiontestcase.py
test_loader.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03:00
test_program.py Issue #17974: Switch unittest from using getopt to using argparse. 2013-08-29 12:37:28 +03:00
test_result.py Fix bug in TestResult.addSubTest() 2013-03-29 17:55:24 +01:00
test_runner.py clean the environment from pre-existing PYTHONWARNINGS for test_warnings 2013-04-24 01:51:42 +02:00
test_setups.py Issue #11798: TestSuite now drops references to own tests after execution. 2013-08-28 21:28:38 +03:00
test_skipping.py Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. 2013-03-20 20:16:47 +01:00
test_suite.py Issue #11798: fix tests for regrtest -R : 2013-09-01 07:58:41 +03:00