mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
gh-116785: Fix direct invocation of test_inspect (#116787)
This commit is contained in:
parent
d4028724f2
commit
66fb613d90
1 changed files with 5 additions and 5 deletions
|
|
@ -40,11 +40,11 @@ from test.support.script_helper import assert_python_ok, assert_python_failure,
|
|||
from test.support import has_subprocess_support, SuppressCrashReport
|
||||
from test import support
|
||||
|
||||
from . import inspect_fodder as mod
|
||||
from . import inspect_fodder2 as mod2
|
||||
from . import inspect_stock_annotations
|
||||
from . import inspect_stringized_annotations
|
||||
from . import inspect_stringized_annotations_2
|
||||
from test.test_inspect import inspect_fodder as mod
|
||||
from test.test_inspect import inspect_fodder2 as mod2
|
||||
from test.test_inspect import inspect_stock_annotations
|
||||
from test.test_inspect import inspect_stringized_annotations
|
||||
from test.test_inspect import inspect_stringized_annotations_2
|
||||
|
||||
|
||||
# Functions tested in this suite:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue