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 3b1d28c commit 1c51591Copy full SHA for 1c51591
testing/python/fixtures.py
@@ -3965,12 +3965,12 @@ def argroot(request):
3965
@pytest.fixture
3966
def arg(argroot):
3967
return argroot
3968
-
+
3969
# This should only be parametrized directly
3970
@pytest.mark.parametrize("arg", [1])
3971
def test_direct(arg):
3972
assert arg == 1
3973
3974
# This should be parametrized based on the fixtures
3975
def test_indirect(arg):
3976
assert isinstance(arg, str)
0 commit comments