Apply the comment
This commit is contained in:
parent
02cba9c4c0
commit
aec2ee3107
|
@ -1546,7 +1546,7 @@ class TestMetafuncFunctional:
|
||||||
|
|
||||||
class Test:
|
class Test:
|
||||||
@pytest.fixture(scope="class")
|
@pytest.fixture(scope="class")
|
||||||
def fixture(self):
|
def fixture(self, fixture):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@pytest.mark.parametrize("fixture", [0], indirect=True)
|
@pytest.mark.parametrize("fixture", [0], indirect=True)
|
||||||
|
|
Loading…
Reference in New Issue