Beispiel #1
0
 def test_file_does_not_exist(self):
     self.assertFalse(
         path_in_tarfile_exists(self.tempfile_unused[1:],
                                self.tarfile_name))
 def test_file_does_not_exist(self):
     self.assertFalse(path_in_tarfile_exists(self.tempfile_unused[1:],
                                             self.tarfile_name))
Beispiel #3
0
 def test_file_exists(self):
     self.assertTrue(
         path_in_tarfile_exists(self.tempfile_added[1:], self.tarfile_name))
 def test_file_exists(self):
     self.assertTrue(path_in_tarfile_exists(self.tempfile_added[1:],
                                            self.tarfile_name))