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

Function test_addon_json_invalid_executable

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

Source from the content-addressed store, hash-verified

1574
1575
1576def test_addon_json_invalid_executable(tmpdir):
1577 __test_addon_json_invalid(tmpdir, json.dumps({'executable':0}), "'executable' must be a string.")
1578
1579
1580def test_addon_json_invalid_script_1(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected