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

Function test_clang_tidy

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

Source from the content-addressed store, hash-verified

3462@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')
3463@pytest.mark.xfail(strict=True) # TODO: clang-tidy is only invoked with FileSettings - see #12053
3464def test_clang_tidy(tmpdir): # #12053
3465 __test_clang_tidy(tmpdir, False)
3466
3467
3468@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