def test__find_archive(self): # pylint: disable=protected-access archive_path = support._find_archive() self.assertNotEqual(archive_path, None) self.assertTrue(zipfile.is_zipfile(archive_path))
def test__find_archive(self): # pylint: disable=protected-access path = support._find_archive() self.assertNotEqual(path, None)
def test_find_archive(self): # pylint: disable=protected-access path = support._find_archive() self.assertNotEqual(path, None)