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

Method test_option_argument_joined

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

Source from the content-addressed store, hash-verified

678 [])
679
680 def test_option_argument_joined(self):
681 self.assertParseOK(["-abc"],
682 {'a': "bc", 'boo': None, 'foo': None},
683 [])
684
685 def test_option_argument_split(self):
686 self.assertParseOK(["-a", "34"],

Callers

nothing calls this directly

Calls 1

assertParseOKMethod · 0.80

Tested by

no test coverage detected