cpython/Lib/unittest
Serhiy Storchaka b2b035a949
bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382)
2021-09-17 12:09:32 +03:00
..
test bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382) 2021-09-17 12:09:32 +03:00
__init__.py bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382) 2021-09-17 12:09:32 +03:00
__main__.py
_log.py
async_case.py bpo-41322: Add unit tests for deprecation of test return values (GH-27846) 2021-08-22 21:32:45 +03:00
case.py bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) 2021-08-30 15:16:25 +02:00
loader.py bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382) 2021-09-17 12:09:32 +03:00
main.py
mock.py bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300) 2021-09-14 12:20:40 +02:00
result.py
runner.py bpo-25894: Always report skipped and failed subtests separately (GH-28082) 2021-09-10 17:55:05 +02:00
signals.py
suite.py bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) 2021-08-30 18:25:59 +02:00
util.py