Searched refs:load_package_tests (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Lib/test/test_importlib/builtin/ |
D | __init__.py | 2 from test.support import load_package_tests 5 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_peg_generator/ |
D | __init__.py | 3 from test.support import load_package_tests 7 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_importlib/ |
D | __init__.py | 2 from test.support import load_package_tests 5 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_importlib/source/ |
D | __init__.py | 2 from test.support import load_package_tests 5 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_importlib/extension/ |
D | __init__.py | 2 from test.support import load_package_tests 5 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_importlib/frozen/ |
D | __init__.py | 2 from test.support import load_package_tests 5 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_importlib/import_/ |
D | __init__.py | 2 from test.support import load_package_tests 5 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/lib2to3/tests/ |
D | __init__.py | 5 from test.support import load_package_tests 8 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_asyncio/ |
D | __init__.py | 2 from test.support import load_package_tests 10 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_email/ |
D | __init__.py | 7 from test.support import load_package_tests 12 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/ctypes/test/ |
D | __init__.py | 16 return support.load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_tools/ |
D | __init__.py | 38 return support.load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/test_json/ |
D | __init__.py | 58 return support.load_package_tests(pkg_dir, loader, suite, pattern)
|
/third_party/python/Doc/library/ |
D | test.rst | 827 .. function:: load_package_tests(pkg_dir, loader, standard_tests, pattern) 836 from test.support import load_package_tests 839 return load_package_tests(os.path.dirname(__file__), *args)
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 141 def load_package_tests(pkg_dir, loader, standard_tests, pattern): function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 5399 Added ``load_package_tests`` function to test.support and used it to
|
/third_party/python/Misc/ |
D | HISTORY | 1766 - Issue #22002: Added ``load_package_tests`` function to test.support and used
|