fmt
This commit is contained in:
parent
ec7a47ee91
commit
5646d425a9
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue