cpython/Lib/test/test_unittest
Thomas Grainger 9bf8d825a6
gh-94924: support inspect.iscoroutinefunction in create_autospec(async_def) (#94962)
* support inspect.iscoroutinefunction in create_autospec(async_def)

* test create_autospec with inspect.iscoroutine and inspect.iscoroutinefunction

* test when create_autospec functions check their signature
2023-06-09 13:29:09 +00:00
..
testmock gh-94924: support inspect.iscoroutinefunction in create_autospec(async_def) (#94962) 2023-06-09 13:29:09 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py gh-68968: Correcting message display issue with assertEqual (#103937) 2023-05-04 16:37:17 -06:00
test_async_case.py
test_break.py
test_case.py gh-68968: Correcting message display issue with assertEqual (#103937) 2023-05-04 16:37:17 -06:00
test_discovery.py
test_functiontestcase.py
test_loader.py gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTestCases (#104836) 2023-05-24 21:16:43 +00:00
test_program.py
test_result.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_runner.py
test_setups.py
test_skipping.py
test_suite.py