Home | History | Annotate | Download | only in test

Lines Matching refs:tmpdir2

381         tmpdir2 = self.mkdtemp()
383 os.rmdir(tmpdir2)
384 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
387 base_name = os.path.join(tmpdir2, 'archive')
402 base_name = os.path.join(tmpdir2, 'archive')
431 tmpdir2 = self.mkdtemp()
432 base_name = os.path.join(tmpdir2, 'archive')
433 return tmpdir, tmpdir2, base_name
439 tmpdir, tmpdir2, base_name = self._create_files()
469 base_name = os.path.join(tmpdir2, 'archive')
480 base_name = os.path.join(tmpdir2, 'archive')
498 tmpdir2 = self.mkdtemp()
500 os.rmdir(tmpdir2)
501 base_name = os.path.join(tmpdir2, 'archive')
544 tmpdir, tmpdir2, base_name = self._create_files()