cpython/Lib/unittest/test
Ezio Melotti 8f77630747 #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. 2010-12-10 02:32:05 +00:00
..
__init__.py
_test_warnings.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
dummy.py
support.py
test_assertions.py #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. 2010-12-10 02:32:05 +00:00
test_break.py #10535: Enable silenced warnings in unittest by default 2010-12-01 00:56:10 +00:00
test_case.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_discovery.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_functiontestcase.py
test_loader.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_program.py Correct comment in unittest test 2010-12-04 01:43:59 +00:00
test_result.py
test_runner.py Fix test failure in debug builds and add NEWS entry for r86908 2010-12-01 01:45:53 +00:00
test_setups.py #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. 2010-12-01 02:32:32 +00:00
test_skipping.py
test_suite.py