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

Function test_addon_json_invalid_no_obj

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

Source from the content-addressed store, hash-verified

1554
1555
1556def test_addon_json_invalid_no_obj(tmpdir):
1557 __test_addon_json_invalid(tmpdir, json.dumps([]), "JSON is not an object.")
1558
1559
1560def test_addon_json_invalid_args_1(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected