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

Method test_option_argument_joined_integer

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

Source from the content-addressed store, hash-verified

688 [])
689
690 def test_option_argument_joined_integer(self):
691 self.assertParseOK(["-b34"],
692 {'a': None, 'boo': 34, 'foo': None},
693 [])
694
695 def test_option_argument_split_negative_integer(self):
696 self.assertParseOK(["-b", "-5"],

Callers

nothing calls this directly

Calls 1

assertParseOKMethod · 0.80

Tested by

no test coverage detected