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 dd5efdd commit 232e08fCopy full SHA for 232e08f
src/pytest_plugins/forks/forks.py
@@ -556,9 +556,9 @@ def pytest_report_header(config, start_path):
556
557
558
@pytest.fixture(autouse=True)
559
-def fork(request: pytest.FixtureRequest) -> Fork:
560
- """Specific fork that is used to fill the test."""
561
- raise Exception(f"Test '{request.node.nodeid}' was not correctly parametrized")
+def fork(request):
+ """Parametrize test cases by fork."""
+ pass
562
563
564
@pytest.fixture(scope="session")
0 commit comments