(tmp_path, use_compdb=False)
| 1113 | |
| 1114 | |
| 1115 | def __test_showtime_file_total(tmp_path, use_compdb=False): |
| 1116 | __test_showtime(tmp_path, 'file-total', 0, 'Check time: ', use_compdb=use_compdb) |
| 1117 | |
| 1118 | |
| 1119 | def test_showtime_file_total(tmp_path): |
no test coverage detected