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

Method zipfilecmd_failure

Lib/test/test_zipfile/test_core.py:3453–3454  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

3451 return out.replace(os.linesep.encode(), b'\n')
3452
3453 def zipfilecmd_failure(self, *args):
3454 return script_helper.assert_python_failure('-m', 'zipfile', *args)
3455
3456 def test_bad_use(self):
3457 rc, out, err = self.zipfilecmd_failure()

Callers 2

test_bad_useMethod · 0.95
test_test_commandMethod · 0.95

Calls 1

assert_python_failureMethod · 0.80

Tested by

no test coverage detected