summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtestdata
Commit message (Collapse)AuthorAgeFilesLines
* gh-108927: Fix removing testing modules from sys.modules (GH-108952)Serhiy Storchaka2023-12-044-0/+31
It breaks import machinery if the test module has submodules used in other tests.