Lines Matching full:join
60 local_ignore_file = os.path.join(self.test_tmpdir, '.yapfignore')
63 f.writelines('\n'.join(ignore_patterns))
70 local_ignore_file = os.path.join(self.test_tmpdir, '.yapfignore')
73 f.writelines('\n'.join(ignore_patterns))
79 local_ignore_file = os.path.join(self.test_tmpdir, 'pyproject.toml')
84 f.writelines('\n,'.join(['"{}"'.format(p) for p in ignore_patterns]))
92 local_ignore_file = os.path.join(self.test_tmpdir, 'pyproject.toml')
101 local_ignore_file = os.path.join(self.test_tmpdir, 'pyproject.toml')
127 test_file = os.path.join(self.test_tmpdir, 'file.py')
132 test_file = os.path.join(self.test_tmpdir, 'file.py')
139 style_file = os.path.join(self.test_tmpdir, '.style.yapf')
142 test_filename = os.path.join(self.test_tmpdir, 'file.py')
146 test_filename = os.path.join(self.test_tmpdir, 'dir1', 'file.py')
152 setup_config = os.path.join(self.test_tmpdir, 'setup.cfg')
155 test_dir = os.path.join(self.test_tmpdir, 'dir1')
166 pyproject_toml = os.path.join(self.test_tmpdir, 'pyproject.toml')
169 test_dir = os.path.join(self.test_tmpdir, 'dir1')
182 test_dir_at_root = os.path.join(rootdir, 'dir1')
183 test_dir_under_root = os.path.join(rootdir, 'dir1', 'dir2')
186 style_file = os.path.join(rootdir, '.style.yapf')
218 fullpath = os.path.normpath(os.path.join(self.test_tmpdir, name))
225 file1 = os.path.join(tdir1, 'testfile1.py')
226 file2 = os.path.join(tdir2, 'testfile2.py')
241 file1 = os.path.join(tdir1, 'testfile1.py')
242 file2 = os.path.join(tdir2, 'testfile2.py')
257 os.path.join(tdir1, 'testfile1.py'),
258 os.path.join(tdir2, 'testfile2.py'),
259 os.path.join(tdir3, 'testfile3.py'),
274 os.path.join(tdir1, 'testfile1.py'),
275 os.path.join(tdir2, 'testfile2.py'),
276 os.path.join(tdir3, 'testfile3.py'),
286 os.path.join(tdir1, 'testfile1.py'),
287 os.path.join(tdir2, 'testfile2.py'),
295 os.path.join(tdir1, 'testfile1.py'),
296 os.path.join(tdir2, 'testfile2.py'),
297 os.path.join(tdir3, 'testfile3.py'),
308 os.path.join(tdir2, 'testfile2.py'),
309 os.path.join(tdir3, 'testfile3.py'),
327 os.path.join(tdir1, 'testfile1.py'),
328 os.path.join(tdir2, 'testfile2.py'),
329 os.path.join(tdir3, 'testfile3.py'),
346 os.path.join(
349 os.path.join(
359 os.path.join(tdir1, 'testfile1.py'),
360 os.path.join(tdir2, 'testfile2.py'),
361 os.path.join(tdir3, 'testfile3.py'),
403 file1 = os.path.join(self.test_tmpdir, 'testfile1.py')
407 file1 = os.path.join(self.test_tmpdir, 'testfile1')
409 file2 = os.path.join(self.test_tmpdir, 'testfile1.rb')
413 file1 = os.path.join(self.test_tmpdir, 'testfile1')
418 file2 = os.path.join(self.test_tmpdir, 'testfile2.run')
424 file1 = os.path.join(self.test_tmpdir, 'testfile1')
430 file1 = os.path.join(self.test_tmpdir, 'testfile1')