8000 gh-116785: Fix direct invocation of `test_inspect` (#116787) · python/cpython@66fb613 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66fb613

Browse files
authored
gh-116785: Fix direct invocation of test_inspect (#116787)
1 parent d402872 commit 66fb613

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Lib/test/test_inspect/test_inspect.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
from test.support import has_subprocess_support, SuppressCrashReport
4141
from test import support
4242

43-
from . import inspect_fodder as mod
44-
from . import inspect_fodder2 as mod2
45-
from . import inspect_stock_annotations
46-
from . import inspect_stringized_annotations
47-
from . import inspect_stringized_annotations_2
43+
from test.test_inspect import inspect_fodder as mod
44+
from test.test_inspect import inspect_fodder2 as mod2
45+
from test.test_inspect import inspect_stock_annotations
46+
from test.test_inspect import inspect_stringized_annotations
47+
from test.test_inspect import inspect_stringized_annotations_2
4848

4949

5050
# Functions tested in this suite:

0 commit comments

Comments
 (0)
0