Home
last modified time | relevance | path

Searched refs:LoaderTests (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/test_importlib/builtin/
Dtest_loader.py12 class LoaderTests(abc.LoaderTests): class
73 ) = util.test_both(LoaderTests, machinery=machinery)
/third_party/python/Lib/test/test_importlib/frozen/
Dtest_loader.py12 class ExecModuleTests(abc.LoaderTests):
92 class LoaderTests(abc.LoaderTests): class
177 ) = util.test_both(LoaderTests, machinery=machinery)
/third_party/python/Lib/test/test_importlib/extension/
Dtest_loader.py16 class LoaderTests(abc.LoaderTests): class
89 ) = util.test_both(LoaderTests, machinery=machinery)
91 class MultiPhaseExtensionModuleTests(abc.LoaderTests):
/third_party/python/Lib/test/test_importlib/
Dabc.py41 class LoaderTests(metaclass=abc.ABCMeta): class
Dtest_namespace_pkgs.py324 class LoaderTests(NamespacePackageTest): class
/third_party/python/Lib/test/test_importlib/source/
Dtest_file_loader.py26 class SimpleTest(abc.LoaderTests):