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

Method test_long_option_argument_joined

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

Source from the content-addressed store, hash-verified

698 [])
699
700 def test_long_option_argument_joined(self):
701 self.assertParseOK(["--boo=13"],
702 {'a': None, 'boo': 13, 'foo': None},
703 [])
704
705 def test_long_option_argument_split(self):
706 self.assertParseOK(["--boo", "111"],

Callers

nothing calls this directly

Calls 1

assertParseOKMethod · 0.80

Tested by

no test coverage detected