cpython/Lib/unittest
Elizabeth Uselton b4c7d78c8e bpo-37555: Regression test demonstrating assert_has_calls not working with ANY and spec_set
Co-authored-by: Neal Finne <neal@nealfinne.com>
2019-07-14 13:53:09 -07:00
..
test bpo-37555: Regression test demonstrating assert_has_calls not working with ANY and spec_set 2019-07-14 13:53:09 -07:00
__init__.py bpo-32972: Async test case (GH-13386) 2019-05-29 02:33:59 -07:00
__main__.py
async_case.py bpo-32972: Async test case (GH-13386) 2019-05-29 02:33:59 -07:00
case.py [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) 2019-06-05 18:22:31 +03:00
loader.py bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) 2019-01-23 21:57:25 +01:00
main.py
mock.py Flip equality to use mock calls' __eq__ 2019-07-10 22:16:01 -07:00
result.py
runner.py bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) 2018-12-17 11:30:34 +01:00
signals.py
suite.py
util.py