cpython/Lib/unittest/test
Serhiy Storchaka 049060c249 Reverted issue #24134 changes. 2015-05-16 16:21:10 +03: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 Reverted issue #24134 changes. 2015-05-16 16:21:10 +03:00
test_discovery.py #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. 2014-08-07 03:20:22 +03:00
test_functiontestcase.py #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. 2014-08-07 03:20:22 +03:00
test_loader.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:15:09 +02:00
test_program.py #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. 2014-08-07 03:20:22 +03:00
test_result.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:15:09 +02:00
test_runner.py #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. 2014-08-07 03:20:22 +03: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 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. 2014-08-07 03:20:22 +03:00
test_suite.py #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. 2014-08-07 03:20:22 +03:00