Home | History | Annotate | Download | only in tests

Lines Matching refs:tmpdir2

67         tmpdir2 = self.mkdtemp()
68 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
71 base_name = os.path.join(tmpdir2, target_name)
86 base_name = os.path.join(tmpdir2, target_name)
115 tmpdir2 = self.mkdtemp()
116 base_name = os.path.join(tmpdir2, 'archive')
117 return tmpdir, tmpdir2, base_name
123 tmpdir, tmpdir2, base_name = self._create_files()
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive')
176 tmpdir, tmpdir2, base_name = self._create_files()
213 tmpdir2 = self.mkdtemp()
214 base_name = os.path.join(tmpdir2, 'archive')
260 tmpdir, tmpdir2, base_name = self._create_files()