cpython/Lib/unittest
Miss Islington (bot) 4b9459d3a3 Autospec functions should propagate mock calls to parent GH-11273 (#12039)
(cherry picked from commit 9c3f284de5)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
2019-03-03 17:14:44 +00:00
..
test Autospec functions should propagate mock calls to parent GH-11273 (#12039) 2019-03-03 17:14:44 +00:00
__init__.py
__main__.py
case.py
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 Autospec functions should propagate mock calls to parent GH-11273 (#12039) 2019-03-03 17:14:44 +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