Apply the comment

This commit is contained in:
Sadra Barikbin 2023-08-06 16:04:21 +03:30
parent 02cba9c4c0
commit aec2ee3107
1 changed files with 1 additions and 1 deletions

View File

@ -1546,7 +1546,7 @@ class TestMetafuncFunctional:
class Test:
@pytest.fixture(scope="class")
def fixture(self):
def fixture(self, fixture):
pass
@pytest.mark.parametrize("fixture", [0], indirect=True)