(tmp_path)
| 1104 | |
| 1105 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
| 1106 | def 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') |
nothing calls this directly
no test coverage detected