| /third_party/python/Lib/test/test_importlib/ |
| D | test_windows.py | 81 test_module = "spamham{}".format(os.getpid()) variable in WindowsRegistryFinderTests 94 with setup_module(self.machinery, self.test_module): 97 loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module) 98 spec = self.machinery.WindowsRegistryFinder.find_spec(self.test_module) 103 with setup_module(self.machinery, self.test_module, path="."): 106 loader = self.machinery.WindowsRegistryFinder.find_module(self.test_module) 107 spec = self.machinery.WindowsRegistryFinder.find_spec(self.test_module)
|
| D | abc.py | 9 def test_module(self): member in FinderTests 44 def test_module(self): member in LoaderTests
|
| D | test_main.py | 247 def test_module(self): member in TestEntryPoints
|
| /third_party/python/Lib/test/test_importlib/frozen/ |
| D | test_finder.py | 18 def test_module(self): member in FindSpecTests 57 def test_module(self): member in FinderTests
|
| D | test_loader.py | 28 def test_module(self): member in ExecModuleTests 94 def test_module(self): member in LoaderTests
|
| /third_party/python/Lib/test/test_importlib/builtin/ |
| D | test_finder.py | 16 def test_module(self): member in FindSpecTests 59 def test_module(self): member in FinderTests
|
| D | test_loader.py | 32 def test_module(self): member in LoaderTests
|
| /third_party/python/Lib/test/test_importlib/extension/ |
| D | test_finder.py | 21 def test_module(self): member in FinderTests
|
| D | test_loader.py | 48 def test_module(self): member in LoaderTests 126 def test_module(self): member in MultiPhaseExtensionModuleTests
|
| /third_party/python/Lib/test/ |
| D | test_asdl_parser.py | 47 def test_module(self): member in TestAsdlParser
|
| D | test_reprlib.py | 277 def test_module(self): member in LongReprTest
|
| D | test_funcattrs.py | 47 def test_module(self): member in FunctionPropertiesTest
|
| D | test_pydoc.py | 1036 def test_module(self): member in TestDescriptions
|
| D | test_ast.py | 534 def test_module(self): member in AST_Tests 1123 def test_module(self): member in ASTValidatorTests
|
| D | test_inspect.py | 2056 def test_module(self): member in TestGetattrStatic
|
| D | test_decimal.py | 1391 def test_module(self): member in ArithmeticOperatorsTest
|
| /third_party/python/Lib/test/test_importlib/source/ |
| D | test_finder.py | 81 def test_module(self): member in FinderTests
|
| D | test_file_loader.py | 75 def test_module(self): member in SimpleTest
|
| /third_party/python/Lib/test/test_warnings/ |
| D | __init__.py | 206 def test_module(self): member in FilterTests
|
| /third_party/python/Doc/library/ |
| D | unittest.rst | 164 python -m unittest test_module.TestClass 165 python -m unittest test_module.TestClass.test_method 182 python -m unittest -v test_module 2246 >>> main(module='test_module', exit=False)
|
| D | unittest.mock-examples.rst | 461 above the mock for ``test_module.ClassName2`` is passed in first.
|
| /third_party/libxml2/ |
| D | testapi.c | 21 static int test_module(const char *module); 147 ret = test_module(argv[2]); in main() 151 ret = test_module(argv[1]); in main() 52337 test_module(const char *module) { in test_module() function
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 131964 @@ -52345,7 +51124,6 @@ test_module(const char *module) {
|