(self)
| 7259 | self.check_usage(f'{py} {zip_name}', zip_name) |
| 7260 | |
| 7261 | def test_zipfile_compiled(self): |
| 7262 | self.test_zipfile(compiled=True) |
| 7263 | |
| 7264 | def test_directory_in_zipfile(self, compiled=False): |
| 7265 | script_name = self.make_script(self.dirname, '__main__', compiled=compiled) |
nothing calls this directly
no test coverage detected