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

Function __remove_std_lookup_log

test/cli/lookup_test.py:9–13  ·  view source on GitHub ↗
(l : list, exepath)

Source from the content-addressed store, hash-verified

7from testutils import cppcheck_ex, cppcheck, __lookup_cppcheck_exe
8
9def __remove_std_lookup_log(l : list, exepath):
10 l.remove("looking for library 'std.cfg'")
11 l.remove("looking for library '{}/std.cfg'".format(exepath))
12 l.remove("looking for library '{}/cfg/std.cfg'".format(exepath))
13 return l
14
15
16def __create_gui_project(tmpdir):

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected