You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Feature or enhancement
It is used in
test_importandtest_inspect, right nowtest_inspecthas to importtest_importto 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
_ready_to_importfromtest_importtoimport_helper#109626