cpython/Lib/unittest/test
Michael Foord f7c4158057 Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
..
testmock Adding patch.stopall method to unittest.mock 2012-06-10 20:36:32 +01:00
__init__.py PEP 417: Adding unittest.mock 2012-03-14 12:24:34 -07:00
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py
test_result.py
test_runner.py
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