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

Function test_language_unk

test/cli/dumpfile_test.py:87–88  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

85
86# files with unknown extensions default to C++
87def test_language_unk(tmp_path):
88 __test_language(tmp_path, 'src', exp_lang='cpp')
89
90
91def test_language_unk_force_c(tmp_path):

Callers

nothing calls this directly

Calls 1

__test_languageFunction · 0.85

Tested by

no test coverage detected