Importlib was using custom code to discover all test modules in importlib.test.
This has now been removed in favor of using unittest's test discovery code in TestLoader.discover().
Showing
Please register or sign in to comment
This has now been removed in favor of using unittest's test discovery code in TestLoader.discover().