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 d7881fe commit 3897164Copy full SHA for 3897164
tests/e2e/singlecard/models/conftest.py
@@ -85,6 +85,4 @@ def pytest_generate_tests(metafunc):
85
86
single_config = metafunc.config.getoption("--config")
87
config_path = Path(single_config).resolve()
88
- metafunc.parametrize("config_filename", [config_path])
89
-
90
+ metafunc.parametrize("config_filename", [config_path])
0 commit comments