We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7fb82 commit e11f1e5Copy full SHA for e11f1e5
tests/test_clang_format.py
@@ -40,6 +40,7 @@ def test_run_clang_format_invalid(args, expected_retval, tmp_path):
40
ret, _ = run_clang_format(args + [str(test_file)])
41
assert ret == expected_retval
42
43
+
44
@pytest.mark.parametrize(
45
('args', 'expected_retval'), (
46
(['--style=Google',], 1),
0 commit comments