cpython/Lib/unittest
Michael Foord e6410c536c Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
..
test Backport of weakref.WeakSet and tests from Python 3. 2010-03-29 20:04:23 +00:00
__init__.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
__main__.py Correct usage message displayed for python -m unittest -h 2010-03-22 02:49:08 +00:00
case.py Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals 2010-03-27 19:10:11 +00:00
loader.py Removing Python 2.3 compatibility code from unittest. 2010-03-22 01:41:11 +00:00
main.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
result.py expected failure should not trigger failfast behavior in unittest. 2010-03-22 01:56:54 +00:00
runner.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
signals.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
suite.py Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. 2010-03-22 00:06:30 +00:00
util.py Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. 2010-03-22 00:06:30 +00:00