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

Function test_showtime_summary_clang_tidy

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

Source from the content-addressed store, hash-verified

1104
1105@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')
1106def test_showtime_summary_clang_tidy(tmp_path):
1107 __test_showtime_summary(tmp_path, use_clang_tidy=True)
1108
1109
1110@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')

Callers

nothing calls this directly

Calls 1

__test_showtime_summaryFunction · 0.85

Tested by

no test coverage detected