cpython/Lib/unittest/test
Antoine Pitrou 3815316714 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 17:31:12 +02:00
..
__init__.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py Issue 10326: Fix regression to get test cases to pickle again. 2011-06-25 12:16:25 +02:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py
test_result.py Fix deprecation warnings in test_unittest. 2011-05-09 05:58:17 +03:00
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 17:31:12 +02:00
test_suite.py