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

Method test_package_compiled

Lib/test/test_argparse.py:7121–7122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7119 '-m', packagename + '.__main__', PYTHONPATH=os.curdir)
7120
7121 def test_package_compiled(self):
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)

Callers

nothing calls this directly

Calls 1

test_packageMethod · 0.95

Tested by

no test coverage detected