Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars ↵ | Hugo van Kemenade | 2025-01-21 | 1 | -13/+4 |
| | | | | (#127877) | ||||
* | gh-127221: Add colour to unittest output (#127223) | Hugo van Kemenade | 2024-12-05 | 1 | -0/+13 |
| | | | Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> | ||||
* | gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737) | Nikita Sobolev | 2023-08-16 | 1 | -52/+65 |
| | | | Use a custom exception to prevent unintentional silence of actual errors. | ||||
* | gh-62432: unittest runner: Exit code 5 if no tests were run (#102051) | Stefano Rivera | 2023-04-27 | 1 | -0/+10 |
| | | | | | | | | As discussed in https://discuss.python.org/t/unittest-fail-if-zero-tests-were-discovered/21498/7 It is common for test runner misconfiguration to fail to find any tests, This should be an error. Fixes: #62432 | ||||
* | gh-48330: address review comments to PR-12271 (#103209) | Giampaolo Rodola | 2023-04-16 | 1 | -6/+6 |
| | | | | | address review comments to PR-12271 Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com> | ||||
* | bpo-4080: unittest durations (#12271) | Giampaolo Rodola | 2023-04-02 | 1 | -2/+65 |
| | |||||
* | gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) | Serhiy Storchaka | 2022-11-22 | 1 | -0/+27 |
| | | | | | Now addClassCleanup() uses separate lists for different TestCase subclasses, and doClassCleanups() only cleans up the particular class. | ||||
* | Add more details in test_unittest (GH-99626) | Serhiy Storchaka | 2022-11-21 | 1 | -9/+23 |
| | |||||
* | Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" ↵ | Serhiy Storchaka | 2022-06-26 | 1 | -7/+3 |
| | | | | | | (GH-92556) This reverts commit b50322d20337ca468f2070eedb051a16ee1eba94. | ||||
* | gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043) | Victor Stinner | 2022-06-21 | 1 | -0/+1330 |
* 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 |