Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pkgimport.py20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
Dtest_math.py32 test_dir = os.path.dirname(file) or os.curdir variable
33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')
34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
Dtest_float.py26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
Dtest_ftplib.py536 def test_dir(self): member in TestFTPClass
Dtest_builtin.py265 def test_dir(self): member in BuiltinTest
Dtest_descr.py2229 def test_dir(self): member in ClassPropertiesAndMethods
2236 for arg in 2, 2L, 2j, 2e0, [2], "2", u"2", (2,), {2:2}, type, self.test_dir:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dsupport.py16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
Dtest_parser.py13 from .support import driver, test_dir
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dregrtest.py63 test_dir = os.path.join(lib_dir, "test")
64 os.chdir(test_dir)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dtest_unparse.py197 test_dir = os.path.join(dist_dir, d)
198 for n in os.listdir(test_dir):
200 names.append(os.path.join(test_dir, n))