clearer name on the test

This commit is contained in:
Jens Yllman 2020-08-03 10:30:21 +02:00
parent 1cc16deba3
commit 5ba5916a11
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def test_unmatched_suppression():
assert ret == 1
assert 'Unmatched suppression: some_warning_id' in stderr
def test_unmatched_suppression_2():
def test_unmatched_suppression_path_with_extra_stuf():
ret, stdout, stderr = cppcheck(['--inline-suppr', '--enable=information', '--error-exitcode=1', './proj-inline-suppress/2.c'])
assert ret == 1
assert 'Unmatched suppression: some_warning_id' in stderr