MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / test_addon_json_invalid_args_1

Function test_addon_json_invalid_args_1

test/cli/other_test.py:1560–1561  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

1558
1559
1560def test_addon_json_invalid_args_1(tmpdir):
1561 __test_addon_json_invalid(tmpdir, json.dumps({'args':0}), "'args' must be an array.")
1562
1563
1564def test_addon_json_invalid_args_2(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected