MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_zipfile

Method test_zipfile

Lib/test/test_argparse.py:7124–7127  ·  view source on GitHub ↗
(self, compiled=False)

Source from the content-addressed store, hash-verified

7122 self.test_package(compiled=True)
7123
7124 def test_zipfile(self, compiled=False):
7125 script_name = self.make_script(self.dirname, '__main__', compiled=compiled)
7126 zip_name = self.make_zip_script(script_name)
7127 self.check_usage(f'{py} {zip_name}', zip_name)
7128
7129 def test_zipfile_compiled(self):
7130 self.test_zipfile(compiled=True)

Callers 1

test_zipfile_compiledMethod · 0.95

Calls 3

make_scriptMethod · 0.95
make_zip_scriptMethod · 0.95
check_usageMethod · 0.95

Tested by

no test coverage detected