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

Function test_showtime_file_clang_tidy

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

Source from the content-addressed store, hash-verified

1070
1071@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')
1072def test_showtime_file_clang_tidy(tmp_path):
1073 __test_showtime_file(tmp_path, use_clang_tidy=True)
1074
1075
1076@pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available')

Callers

nothing calls this directly

Calls 1

__test_showtime_fileFunction · 0.85

Tested by

no test coverage detected