Home | History | Annotate | Download | only in promises-aplus

Lines Matching full:join

60     self.test_files_root = os.path.join(self.root, TEST_NAME, 'lib', 'tests')
63 os.path.join(root, 'lib', name) for name in
67 os.path.join(root, 'lib', name) for name in
76 os.listdir(os.path.join(self.root, TEST_NAME, 'lib', 'tests'))
82 [os.path.join(self.test_files_root, testcase.path + '.js')] +
86 filename = os.path.join(self.root, TEST_NAME,
101 archive = os.path.join(self.root, TEST_ARCHIVE)
102 directory = os.path.join(self.root, TEST_NAME)
124 shutil.move(os.path.join(self.root, TEST_ARCHIVE_TOP), directory)
127 directory = os.path.join(self.root, SINON_NAME)
130 path = os.path.join(directory, SINON_FILENAME)