cpython/Lib/unittest
Serhiy Storchaka 5665bc5980 Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
..
test Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
__init__.py Docstring typo fix: Arithmentic -> Arithmetic. 2013-09-09 10:34:24 +01:00
__main__.py
case.py #8906: document failureException, longMessage, and maxDiff in the class docstring. Patch by Boris Feld. 2013-03-29 03:42:29 +02:00
loader.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
main.py Merge 2013-02-11 13:29:58 +00:00
mock.py Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:42:24 +03:00
result.py
runner.py
signals.py Closes issue 15505. unittest.installHandler and non-callable signal handlers. 2013-01-29 23:07:57 +00:00
suite.py
util.py