(tmp_path, use_compdb=False)
| 1033 | |
| 1034 | |
| 1035 | def __test_showtime_top5_summary(tmp_path, use_compdb=False): |
| 1036 | __test_showtime(tmp_path, 'top5_summary', 5, 'Overall time: ', use_compdb=use_compdb) |
| 1037 | |
| 1038 | |
| 1039 | def test_showtime_top5_summary(tmp_path): |
no test coverage detected