(tmp_path)
| 1099 | |
| 1100 | |
| 1101 | def test_showtime_summary_addon_compdb(tmp_path): |
| 1102 | __test_showtime_summary(tmp_path, use_addons=True, use_compdb=True) |
| 1103 | |
| 1104 | |
| 1105 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
nothing calls this directly
no test coverage detected