cpython/Lib/unittest/test
Serhiy Storchaka 5665bc5980 Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
..
testmock Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
__init__.py PEP 417: Adding unittest.mock 2012-03-14 12:24:34 -07:00
_test_warnings.py Drop unused import in unittest package. 2011-11-04 08:25:54 +01:00
dummy.py
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 Closes issue 15505. unittest.installHandler and non-callable signal handlers. 2013-01-29 23:07:57 +00:00
test_case.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
test_discovery.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
test_functiontestcase.py
test_loader.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
test_program.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03:00
test_result.py Issue #19594: Use specific asserts in unittest tests. 2013-11-17 00:12:21 +02:00
test_runner.py clean the environment from pre-existing PYTHONWARNINGS for test_warnings 2013-04-24 01:49:52 +02:00
test_setups.py
test_skipping.py Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). 2012-04-25 14:56:46 +02:00
test_suite.py