Searched refs:test_dir (Results 1 – 10 of 10) sorted by relevance
20 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)
32 test_dir = os.path.dirname(file) or os.curdir variable33 math_testcases = os.path.join(test_dir, 'math_testcases.txt')34 test_file = os.path.join(test_dir, 'cmath_testcases.txt')
26 test_dir = os.path.dirname(__file__) or os.curdir variable27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt')
536 def test_dir(self): member in TestFTPClass
265 def test_dir(self): member in BuiltinTest
2229 def test_dir(self): member in ClassPropertiesAndMethods2236 for arg in 2, 2L, 2j, 2e0, [2], "2", u"2", (2,), {2:2}, type, self.test_dir:
16 test_dir = os.path.dirname(__file__) variable17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
13 from .support import driver, test_dir
63 test_dir = os.path.join(lib_dir, "test")64 os.chdir(test_dir)
197 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))