Home | History | Annotate | Download | only in test

Lines Matching refs:tmpdir2

351         tmpdir2 = self.mkdtemp()

352 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
355 base_name = os.path.join(tmpdir2, 'archive')
370 base_name = os.path.join(tmpdir2, 'archive')
399 tmpdir2 = self.mkdtemp()
400 base_name = os.path.join(tmpdir2, 'archive')
401 return tmpdir, tmpdir2, base_name
407 tmpdir, tmpdir2, base_name = self._create_files()
437 base_name = os.path.join(tmpdir2, 'archive')
448 base_name = os.path.join(tmpdir2, 'archive')
466 tmpdir2 = self.mkdtemp()
467 base_name = os.path.join(tmpdir2, 'archive')
510 tmpdir, tmpdir2, base_name = self._create_files()