def test_is_gzip_file(self): gz_path = os.path.join(BASEDIR, 'selftests', '.data', 'avocado.gz') self.assertTrue(archive.is_gzip_file(gz_path))
def test_is_gzip_file(self): gz_path = os.path.join(BASEDIR, "selftests", ".data", "avocado.gz") self.assertTrue(archive.is_gzip_file(gz_path))