cpython/Lib/unittest/test
Łukasz Langa 6ae466732c clean the environment from pre-existing PYTHONWARNINGS for test_warnings 2013-04-24 01:49:52 +02:00
..
testmock Process DEFAULT values in mock side_effect that returns iterator. 2013-04-07 16:42:24 +03: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 Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. 2011-05-06 15:01:41 +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 test that TestCase doesn't get cycles 2011-07-14 12:48:25 -05:00
test_discovery.py Correction to issue 17052 fix 2013-02-11 13:20:52 +00:00
test_functiontestcase.py
test_loader.py #14971: Use class method name, not function.__name__, during unittest discovery. 2013-04-11 08:55:45 -04:00
test_program.py Refactor unittest command line handling to always use optparse 2012-03-12 13:53:04 -07:00
test_result.py
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