This commit is contained in:
Andres 2024-03-18 16:47:49 -03:00
parent ec7a47ee91
commit 5646d425a9
1 changed files with 0 additions and 1 deletions

View File

@ -1799,7 +1799,6 @@ class TestFixtureManagerParseFactories:
@pytest.fixture @pytest.fixture
def hello(self, hello): def hello(self, hello):
return "class" return "class"
@pytest.mark.parametrize("param", ["foo"]) @pytest.mark.parametrize("param", ["foo"])
def test_hello(self, item, hello, fm): def test_hello(self, item, hello, fm):
print(item) print(item)