gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)

* Move Lib/ctypes/test/ to Lib/test/test_ctypes/
* Remove Lib/test/test_ctypes.py
* Update imports and build system.
This commit is contained in:
Victor Stinner 2022-06-21 10:24:33 +02:00 committed by GitHub
parent 889772fb56
commit d82e0bfe8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 83 additions and 93 deletions

View file

@ -111,7 +111,6 @@ OMIT_MODULE_FILES = {
# regression test sub directories
OMIT_SUBDIRS = (
"ctypes/test/",
"tkinter/test/",
"unittest/test/",
)