Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66fb613

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎Lib/test/test_inspect/test_inspect.py

Copy file name to clipboardExpand all lines: Lib/test/test_inspect/test_inspect.py
+5-5Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.