-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Move test.test_import._ready_to_import helper to test.support.import_helper #109625
Copy link
Copy link
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
It is used in test_import and test_inspect, right now test_inspect has to import test_import to use this function. Since we try to reduce the amount of test cross-dependencies, it is better to move it to the designated support module.
Refs #109607
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement