(self)
| 20 | |
| 21 | class TestZip(fixtures.ZipFixtures, unittest.TestCase): |
| 22 | def setUp(self): |
| 23 | super().setUp() |
| 24 | self._fixture_on_path('example-21.12-py3-none-any.whl') |
| 25 | |
| 26 | def test_zip_version(self): |
| 27 | self.assertEqual(version('example'), '21.12') |
no test coverage detected