cpython/Lib/unittest
Miss Islington (bot) 841387dd43 bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600) (#11662)
(cherry picked from commit fd628cf5ad)

Co-authored-by: Jason Fried <me@jasonfried.info>
2019-01-24 18:30:59 +01:00
..
test bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600) (#11662) 2019-01-24 18:30:59 +01:00
__init__.py
__main__.py
case.py bpo-34900: Make TestCase.debug() work with subtests (GH-9707) 2018-10-12 14:07:01 +03:00
loader.py bpo-35767: Fix unittest.loader to allow partials as test_functions (GH-11600) (#11662) 2019-01-24 18:30:59 +01:00
main.py
mock.py bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (GH-11629) 2019-01-21 09:37:54 +00:00
result.py
runner.py bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) 2018-12-17 02:49:22 -08:00
signals.py
suite.py
util.py