cpython/Lib/unittest/test
Michael Foord a7e08fe3f8 Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals
This allows the comparison of objects by specifying a maximum difference; this includes the comparing of non-numeric objects that don't support rounding.
2010-03-27 19:10:11 +00: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 Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals 2010-03-27 19:10:11 +00:00
test_break.py Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly 2010-03-26 03:18:31 +00:00
test_case.py
test_discovery.py Addition of -c command line option to unittest, to handle ctrl-c during a test run more elegantly 2010-03-26 03:18:31 +00:00
test_functiontestcase.py
test_loader.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
test_program.py
test_result.py
test_runner.py
test_setups.py
test_skipping.py
test_suite.py Move a support TestCase out of the main namespace in unittest.test.test_suite 2010-03-26 02:53:56 +00:00