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

Function test_showtime_file_clang_tidy_compdb

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

Source from the content-addressed store, hash-verified

1075
1076@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')
1077def test_showtime_file_clang_tidy_compdb(tmp_path):
1078 __test_showtime_file(tmp_path, use_clang_tidy=True, use_compdb=True)
1079
1080
1081def __test_showtime_summary(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False):

Callers

nothing calls this directly

Calls 1

__test_showtime_fileFunction · 0.85

Tested by

no test coverage detected