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

Function test_addon_json_invalid_script_2

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

Source from the content-addressed store, hash-verified

1582
1583
1584def test_addon_json_invalid_script_2(tmpdir):
1585 __test_addon_json_invalid(tmpdir, json.dumps({'script':0}), "'script' must be a string.")
1586
1587
1588def test_unknown_extension(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected