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 8be6aa5 commit 80ab47bCopy full SHA for 80ab47b
tests/python/_argparse_test.py
@@ -35,7 +35,7 @@ def _add_simple_args(parser):
35
# ------------------------------------------------------------------------------
36
37
38
-@pytest.fixture()
+@pytest.fixture
39
def simple_toml_content():
40
return dedent(
41
"""
tests/python/conftest.py
@@ -8,7 +8,7 @@
8
# ==============================================================================
9
10
11
12
def compile_commands(tmp_path):
13
path = tmp_path / 'build' / 'compile_commands.json'
14
0 commit comments