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

Method test_option_argument_split

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

Source from the content-addressed store, hash-verified

683 [])
684
685 def test_option_argument_split(self):
686 self.assertParseOK(["-a", "34"],
687 {'a': "34", 'boo': None, 'foo': None},
688 [])
689
690 def test_option_argument_joined_integer(self):
691 self.assertParseOK(["-b34"],

Callers

nothing calls this directly

Calls 1

assertParseOKMethod · 0.80

Tested by

no test coverage detected