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

Function test_addon_json_invalid_args_2

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

Source from the content-addressed store, hash-verified

1562
1563
1564def test_addon_json_invalid_args_2(tmpdir):
1565 __test_addon_json_invalid(tmpdir, json.dumps({'args':[0]}), "'args' entry is not a string.")
1566
1567
1568def test_addon_json_invalid_ctu(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected