Jacob Walls
|
c75ff2ef8e
|
gh-80958: unittest: discovery support for namespace packages as start directory (#123820)
|
2024-10-23 13:41:33 +09:00 |
Zackery Spytz
|
fc5f68e58e
|
gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242)
|
2024-04-03 16:17:13 +02:00 |
Serhiy Storchaka
|
ecabff98c4
|
gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106588)" (GH-114470)
This reverts commit 8fc071345b .
|
2024-02-04 17:27:42 +02:00 |
EliseevEgor
|
8fc071345b
|
gh-106584: Fix exit code for unittest in Python 3.12 (#106588)
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
2023-09-22 14:26:27 +02:00 |
Nikita Sobolev
|
3f89b25763
|
gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)
|
2023-09-05 18:57:48 +00:00 |
Victor Stinner
|
c735d54534
|
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
* 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
|
2022-06-21 10:27:59 +02:00 |