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