cpython/Lib/unittest/test
R David Murray 6d9117604f backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
Previously a non-string, non-regex second argument and no callable
argument could cause the test to appear to always pass.
2014-03-25 15:29:42 -04:00
..
__init__.py Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). 2010-03-27 13:42:34 +00:00
dummy.py A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) 2010-03-27 12:55:19 +00:00
support.py
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 Issue 15505. unittest.installHandler and non callable signal handlers 2013-01-29 22:59:02 +00:00
test_case.py backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. 2014-03-25 15:29:42 -04:00
test_discovery.py Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv). 2013-10-23 19:11:29 +02:00
test_functiontestcase.py
test_loader.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:15:09 +02:00
test_program.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
test_result.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:15:09 +02:00
test_runner.py Silence deprecation warning in test_unittest for 'None > 1'. 2013-08-31 20:37:21 -04:00
test_setups.py Fix issue with nested test suites debug method and module setups. (unittest) 2010-06-10 20:40:21 +00:00
test_skipping.py Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 2012-04-25 17:31:12 +02:00
test_suite.py Improvement to fix for issue 9926 to allow TestResult to be reused. 2010-12-19 14:12:23 +00:00