We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385fdaa commit 1606ae2Copy full SHA for 1606ae2
tests/test_clang_tidy.py
@@ -7,7 +7,7 @@
7
@pytest.mark.parametrize(
8
('args', 'expected_retval'), (
9
(['--checks="boost-*"'], 1),
10
- (['--checks="boost-*"', '--version=16'], 1),
+ (['--checks="boost-*"', '--version=16'], 0),
11
),
12
)
13
def test_run_clang_tidy_valid(args, expected_retval, tmp_path):
0 commit comments