(tmp_path)
| 1029 | |
| 1030 | |
| 1031 | def test_showtime_top5_file_compdb(tmp_path): |
| 1032 | __test_showtime_top5_file(tmp_path, use_compdb=True) |
| 1033 | |
| 1034 | |
| 1035 | def __test_showtime_top5_summary(tmp_path, use_compdb=False): |
nothing calls this directly
no test coverage detected