Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-97837: Change deprecation warning message in `unittest` (#97838) | Nikita Sobolev | 2022-10-05 | 1 | -3/+14 |
| | |||||
* | gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests ↵ | Serhiy Storchaka | 2022-08-24 | 1 | -2/+7 |
| | | | | | | | | | (GH-96135) Tests for IsolatedAsyncioTestCase.debug() rely on the runner be closed in __del__. It makes tests depending on the GC an unreliable on other implementations. It is better to close the runner explicitly even if currently there is no a public API for this. | ||||
* | GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling ↵ | Kumar Aditya | 2022-08-16 | 1 | -0/+15 |
| | | | | setup functions (#95898) | ||||
* | gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043) | Victor Stinner | 2022-06-21 | 1 | -0/+439 |
* Move Lib/unittest/test/ to Lib/test/test_unittest/ * Remove Lib/test/test_unittest.py * Replace unittest.test with test.test_unittest * Remove unittest.load_tests() * Rewrite unittest __init__.py and __main__.py * Update build system, CODEOWNERS, and wasm_assets.py |