cpython/Lib/unittest/test
2019-05-18 21:17:47 -04:00
..
testmock bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991) 2019-05-08 23:02:23 +05:30
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py Fix typo in test comment (GH-11442) 2019-05-18 21:17:47 -04:00
test_discovery.py
test_functiontestcase.py
test_loader.py bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) 2019-01-23 21:57:25 +01:00
test_program.py
test_result.py
test_runner.py bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) 2019-04-01 09:16:35 +03:00
test_setups.py
test_skipping.py
test_suite.py