| .. |
|
testmock
|
Process DEFAULT values in mock side_effect that returns iterator.
|
2013-04-07 16:44:07 +03:00 |
|
__init__.py
|
PEP 417: Adding unittest.mock
|
2012-03-14 12:24:34 -07:00 |
|
_test_warnings.py
|
Drop unused import in unittest package.
|
2011-11-04 08:25:54 +01:00 |
|
dummy.py
|
Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,79685,79711,79761,79774,79777,79792-79794,79877,79898-79900 via svnmerge from
|
2010-04-11 20:43:16 +00:00 |
|
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
|
Closes issue 16709. unittest test discovery sorts test files for consistent test ordering
|
2013-03-18 17:50:12 -07:00 |
|
test_functiontestcase.py
|
Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run
|
2010-12-19 03:19:47 +00:00 |
|
test_loader.py
|
#18741: fix more typos. Patch by Févry Thibault.
|
2013-08-17 16:11:40 +03:00 |
|
test_program.py
|
#18741: merge with 3.3.
|
2013-08-17 16:13:22 +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
|
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex.
|
2010-12-01 02:32:32 +00: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
|
Improvement to fix for issue 9926 to allow TestResult to be reused.
|
2010-12-19 04:07:28 +00:00 |