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

Function test_debug_template_verbose_nodiff

test/cli/other_test.py:3066–3068  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

3064
3065
3066def test_debug_template_verbose_nodiff(tmp_path):
3067 # make sure --verbose does not change the output
3068 assert __test_debug_template(tmp_path, verbose=False) == __test_debug_template(tmp_path, verbose=True)
3069
3070
3071def test_debug_template_debug(tmp_path):

Callers

nothing calls this directly

Calls 1

__test_debug_templateFunction · 0.85

Tested by

no test coverage detected