MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / __test_showtime_summary

Function __test_showtime_summary

test/cli/other_test.py:1081–1086  ·  view source on GitHub ↗
(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False)

Source from the content-addressed store, hash-verified

1079
1080
1081def __test_showtime_summary(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False):
1082 exp_res = 79
1083 # project analysis does not call Preprocessor::getConfig()
1084 if use_compdb:
1085 exp_res -= 1
1086 __test_showtime(tmp_path, 'summary', exp_res, 'Overall time: ', use_compdb=use_compdb, use_addons=use_addons, use_clang_tidy=use_clang_tidy)
1087
1088
1089def test_showtime_summary(tmp_path):

Calls 1

__test_showtimeFunction · 0.85

Tested by

no test coverage detected