Home | History | Annotate | Download | only in tests

Lines Matching refs:tmpdir2

50         tmpdir2 = self.mkdtemp()

51 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
54 base_name = os.path.join(tmpdir2, 'archive')
69 base_name = os.path.join(tmpdir2, 'archive')
98 tmpdir2 = self.mkdtemp()
99 base_name = os.path.join(tmpdir2, 'archive')
100 return tmpdir, tmpdir2, base_name
106 tmpdir, tmpdir2, base_name = self._create_files()
135 base_name = os.path.join(tmpdir2, 'archive')
146 base_name = os.path.join(tmpdir2, 'archive')
159 tmpdir, tmpdir2, base_name = self._create_files()
196 tmpdir2 = self.mkdtemp()
197 base_name = os.path.join(tmpdir2, 'archive')
243 tmpdir, tmpdir2, base_name = self._create_files()