Searched refs:TESTMOD (Results 1 - 2 of 2) sorted by relevance
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_zipimport.py | 52 TESTMOD = "ziptestmodule" variable 140 files = {TESTMOD + ".py": (NOW, test_src)} 141 self.doTest(".py", files, TESTMOD) 144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)} 145 self.doTest(pyc_ext, files, TESTMOD) 148 files = {TESTMOD + ".py": (NOW, test_src), 149 TESTMOD + pyc_ext: (NOW, test_pyc)} 150 self.doTest(pyc_ext, files, TESTMOD) 153 files = {TESTMOD + ".py": (NOW, "")} 154 self.doTest(None, files, TESTMOD) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_zipimport.py | 52 TESTMOD = "ziptestmodule" variable 140 files = {TESTMOD + ".py": (NOW, test_src)} 141 self.doTest(".py", files, TESTMOD) 144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)} 145 self.doTest(pyc_ext, files, TESTMOD) 148 files = {TESTMOD + ".py": (NOW, test_src), 149 TESTMOD + pyc_ext: (NOW, test_pyc)} 150 self.doTest(pyc_ext, files, TESTMOD) 153 files = {TESTMOD + ".py": (NOW, "")} 154 self.doTest(None, files, TESTMOD) [all...] |
Completed in 200 milliseconds