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

Function test_clang_tidy_project

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

Source from the content-addressed store, hash-verified

3467
3468@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')
3469def test_clang_tidy_project(tmpdir):
3470 __test_clang_tidy(tmpdir, True)
3471
3472
3473@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')

Callers

nothing calls this directly

Calls 1

__test_clang_tidyFunction · 0.85

Tested by

no test coverage detected