We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1606ae2 commit 0f36749Copy full SHA for 0f36749
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'], 0),
+ (['--checks="boost-*"', '--version=16'], 1),
11
),
12
)
13
def test_run_clang_tidy_valid(args, expected_retval, tmp_path):
0 commit comments