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

Function test_ignore_project_2_file_append

test/cli/other_test.py:2211–2213  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

2209
2210
2211def test_ignore_project_2_file_append(tmpdir):
2212 # make sure it also matches when specified after project
2213 __test_ignore_project_2(tmpdir, ['-itest.cpp'], append=True)
2214
2215
2216def test_ignore_project_2_file_wildcard_back(tmpdir):

Callers

nothing calls this directly

Calls 1

__test_ignore_project_2Function · 0.85

Tested by

no test coverage detected