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

Method test_long_option_argument_split

Lib/test/test_optparse.py:705–708  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

703 [])
704
705 def test_long_option_argument_split(self):
706 self.assertParseOK(["--boo", "111"],
707 {'a': None, 'boo': 111, 'foo': None},
708 [])
709
710 def test_long_option_short_option(self):
711 self.assertParseOK(["--foo=bar", "-axyz"],

Callers

nothing calls this directly

Calls 1

assertParseOKMethod · 0.80

Tested by

no test coverage detected