MCPcopy Index your code
hub / github.com/python/cpython / test_zipfile

Method test_zipfile

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

Source from the content-addressed store, hash-verified

7254 self.test_package(compiled=True)
7255
7256 def test_zipfile(self, compiled=False):
7257 script_name = self.make_script(self.dirname, '__main__', compiled=compiled)
7258 zip_name = self.make_zip_script(script_name)
7259 self.check_usage(f'{py} {zip_name}', zip_name)
7260
7261 def test_zipfile_compiled(self):
7262 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