Home
last modified time | relevance | path

Searched refs:test_module (Results 1 – 23 of 23) sorted by relevance

/third_party/python/Lib/test/test_importlib/
Dtest_windows.py81 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)
Dabc.py9 def test_module(self): member in FinderTests
44 def test_module(self): member in LoaderTests
Dtest_main.py247 def test_module(self): member in TestEntryPoints
/third_party/python/Lib/test/test_importlib/frozen/
Dtest_finder.py18 def test_module(self): member in FindSpecTests
57 def test_module(self): member in FinderTests
Dtest_loader.py28 def test_module(self): member in ExecModuleTests
94 def test_module(self): member in LoaderTests
/third_party/python/Lib/test/test_importlib/builtin/
Dtest_finder.py16 def test_module(self): member in FindSpecTests
59 def test_module(self): member in FinderTests
Dtest_loader.py32 def test_module(self): member in LoaderTests
/third_party/python/Lib/test/test_importlib/extension/
Dtest_finder.py21 def test_module(self): member in FinderTests
Dtest_loader.py48 def test_module(self): member in LoaderTests
126 def test_module(self): member in MultiPhaseExtensionModuleTests
/third_party/python/Lib/test/
Dtest_asdl_parser.py47 def test_module(self): member in TestAsdlParser
Dtest_reprlib.py277 def test_module(self): member in LongReprTest
Dtest_funcattrs.py47 def test_module(self): member in FunctionPropertiesTest
Dtest_pydoc.py1036 def test_module(self): member in TestDescriptions
Dtest_ast.py534 def test_module(self): member in AST_Tests
1123 def test_module(self): member in ASTValidatorTests
Dtest_inspect.py2056 def test_module(self): member in TestGetattrStatic
Dtest_decimal.py1391 def test_module(self): member in ArithmeticOperatorsTest
/third_party/python/Lib/test/test_importlib/source/
Dtest_finder.py81 def test_module(self): member in FinderTests
Dtest_file_loader.py75 def test_module(self): member in SimpleTest
/third_party/python/Lib/test/test_warnings/
D__init__.py206 def test_module(self): member in FilterTests
/third_party/python/Doc/library/
Dunittest.rst164 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)
Dunittest.mock-examples.rst461 above the mock for ``test_module.ClassName2`` is passed in first.
/third_party/libxml2/
Dtestapi.c21 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/
D0001-cve.patch131964 @@ -52345,7 +51124,6 @@ test_module(const char *module) {