(tmp_path)
| 1065 | |
| 1066 | |
| 1067 | def test_showtime_file_addon_compdb(tmp_path): |
| 1068 | __test_showtime_file(tmp_path, use_addons=True, use_compdb=True) |
| 1069 | |
| 1070 | |
| 1071 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
nothing calls this directly
no test coverage detected