summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/findtests.py
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2023-10-31 14:00:39 (GMT)
committerGitHub <noreply@github.com>2023-10-31 14:00:39 (GMT)
commitbc9f47097ef5c44c87cb91a441c19ee532907684 (patch)
tree227dcdfcfc05e65d68289041b7366500df0312a2 /Lib/test/libregrtest/findtests.py
parent08e4e11b758517ad614d71ff2377dd4057ffdcb1 (diff)
downloadcpython-bc9f47097ef5c44c87cb91a441c19ee532907684.zip
cpython-bc9f47097ef5c44c87cb91a441c19ee532907684.tar.gz
cpython-bc9f47097ef5c44c87cb91a441c19ee532907684.tar.bz2
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) (#111543)
Diffstat (limited to 'Lib/test/libregrtest/findtests.py')
-rw-r--r--Lib/test/libregrtest/findtests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/libregrtest/findtests.py b/Lib/test/libregrtest/findtests.py
index a4235b5..7834377 100644
--- a/Lib/test/libregrtest/findtests.py
+++ b/Lib/test/libregrtest/findtests.py
@@ -21,6 +21,7 @@ SPLITTESTDIRS: set[TestName] = {
"test_concurrent_futures",
"test_future_stmt",
"test_gdb",
+ "test_inspect",
"test_multiprocessing_fork",
"test_multiprocessing_forkserver",
"test_multiprocessing_spawn",