diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-10-31 14:00:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 14:00:39 (GMT) |
commit | bc9f47097ef5c44c87cb91a441c19ee532907684 (patch) | |
tree | 227dcdfcfc05e65d68289041b7366500df0312a2 /Lib/test/libregrtest/findtests.py | |
parent | 08e4e11b758517ad614d71ff2377dd4057ffdcb1 (diff) | |
download | cpython-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.py | 1 |
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", |