mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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
This commit is contained in:
parent
d82e0bfe8b
commit
c735d54534
38 changed files with 77 additions and 137 deletions
1
Lib/test/test_unittest/dummy.py
Normal file
1
Lib/test/test_unittest/dummy.py
Normal file
|
@ -0,0 +1 @@
|
|||
# Empty module for testing the loading of modules
|
Loading…
Add table
Add a link
Reference in a new issue