MCPcopy Index your code
hub / github.com/aws/aws-cli / test_parse

Function test_parse

tests/unit/test_shorthand.py:228–230  ·  view source on GitHub ↗
(data, expected)

Source from the content-addressed store, hash-verified

226
227@pytest.mark.parametrize('data, expected', PARSING_TEST_CASES)
228def test_parse(data, expected):
229 actual = shorthand.ShorthandParser().parse(data)
230 assert actual == expected
231
232
233class TestShorthandParserParamFile:

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected