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

Function test_addon_json_invalid_python

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

Source from the content-addressed store, hash-verified

1570
1571
1572def test_addon_json_invalid_python(tmpdir):
1573 __test_addon_json_invalid(tmpdir, json.dumps({'python':0}), "'python' must be a string.")
1574
1575
1576def test_addon_json_invalid_executable(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected