MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / test_tokenize

Function test_tokenize

tests/test_parsing.py:109–111  ·  view source on GitHub ↗
(parser, line, tokens)

Source from the content-addressed store, hash-verified

107 ],
108)
109def test_tokenize(parser, line, tokens) -> None:
110 tokens_to_test = parser.tokenize(line)
111 assert tokens_to_test == tokens
112
113
114def test_tokenize_unclosed_quotes(parser) -> None:

Callers

nothing calls this directly

Calls 1

tokenizeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…