cpython/Lib/unittest
Matthew Suozzo 6394e981ad
Restrict use of Mock objects as specs (GH-31090)
Follow-on to https://github.com/python/cpython/pull/25326

This covers cases where mock objects are passed directly to spec.
2022-02-03 00:41:19 -08:00
..
test Restrict use of Mock objects as specs (GH-31090) 2022-02-03 00:41:19 -08:00
__init__.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
__main__.py
_log.py
async_case.py bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) 2021-12-19 16:35:56 +02:00
case.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
loader.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
main.py
mock.py Restrict use of Mock objects as specs (GH-31090) 2022-02-03 00:41:19 -08:00
result.py
runner.py bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) 2022-01-26 20:39:15 -08:00
signals.py
suite.py
util.py