(tmp_path, use_compdb=False)
| 1021 | |
| 1022 | |
| 1023 | def __test_showtime_top5_file(tmp_path, use_compdb=False): |
| 1024 | __test_showtime(tmp_path, 'top5_file', 5, 'Check time: ', use_compdb=use_compdb) |
| 1025 | |
| 1026 | |
| 1027 | def test_showtime_top5_file(tmp_path): |
no test coverage detected