Searched refs:test_dir (Results 1 - 18 of 18) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A 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)
H A Dtest_pydoc.py309 self.test_dir = os.mkdir(TESTFN)
H A 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')
H A Dtest_float.py26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
H A Dtest_ftplib.py536 def test_dir(self): member in class:TestFTPClass
H A Dtest_builtin.py267 def test_dir(self): member in class:BuiltinTest
H A Dtest_descr.py2246 def test_dir(self): function
2253 for arg in 2, 2L, 2j, 2e0, [2], "2", u"2", (2,), {2:2}, type, self.test_dir:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A 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)
H A Dtest_pydoc.py309 self.test_dir = os.mkdir(TESTFN)
H A 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')
H A Dtest_float.py26 test_dir = os.path.dirname(__file__) or os.curdir variable
27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
H A Dtest_ftplib.py536 def test_dir(self): member in class:TestFTPClass
H A Dtest_builtin.py267 def test_dir(self): member in class:BuiltinTest
H A Dtest_descr.py2246 def test_dir(self): function
2253 for arg in 2, 2L, 2j, 2e0, [2], "2", u"2", (2,), {2:2}, type, self.test_dir:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A 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")
H A Dtest_parser.py13 from .support import driver, test_dir namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A 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")
H A Dtest_parser.py13 from .support import driver, test_dir namespace

Completed in 310 milliseconds