cpython/Lib/unittest/test
Michael Foord 94f071c715 Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
Issue 9174
2010-07-10 13:51:42 +00:00
..
__init__.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py Fix error message for comparing single line strings in unittest.TestCase.assertEqual. 2010-07-10 13:51:42 +00:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py
test_result.py
test_runner.py Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug(). 2010-06-08 22:44:52 +00: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
test_suite.py