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

Method test_help_option

Lib/test/test_launcher.py:317–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315 self.assertEqual(sys.version.partition(" ")[0], data["version"])
316
317 def test_help_option(self):
318 data = self.run_py(["-h"])
319 self.assertEqual("True", data["SearchInfo.help"])
320
321 def test_list_option(self):
322 for opt, v1, v2 in [

Callers

nothing calls this directly

Calls 2

run_pyMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected