MCPcopy
hub / github.com/pallets/click / test_parser_default_prefixes

Function test_parser_default_prefixes

tests/test_parser.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def test_parser_default_prefixes():
23 parser = _OptionParser()
24 assert parser._opt_prefixes == {"-", "--"}
25
26
27def test_parser_collects_prefixes():

Callers

nothing calls this directly

Calls 1

_OptionParserClass · 0.90

Tested by

no test coverage detected