(self)
| 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') |
| 28 | |
| 29 | def test_zip_version_does_not_match(self): |
| 30 | with self.assertRaises(PackageNotFoundError): |
nothing calls this directly
no test coverage detected