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

Function test_addon_json_invalid_ctu

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

Source from the content-addressed store, hash-verified

1566
1567
1568def test_addon_json_invalid_ctu(tmpdir):
1569 __test_addon_json_invalid(tmpdir, json.dumps({'ctu':0}), "'ctu' must be a boolean.")
1570
1571
1572def test_addon_json_invalid_python(tmpdir):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected