fix test
This commit is contained in:
parent
5646d425a9
commit
1ffafefc1f
|
@ -1803,7 +1803,7 @@ class TestFixtureManagerParseFactories:
|
||||||
def test_hello(self, item, hello, fm):
|
def test_hello(self, item, hello, fm):
|
||||||
print(item)
|
print(item)
|
||||||
clousurelist, _ = fm.getfixtureclosure(item, ("hello",), {})
|
clousurelist, _ = fm.getfixtureclosure(item, ("hello",), {})
|
||||||
assert clousurelist[0] == ["hello", "param", "request"]
|
assert clousurelist == ["hello", "param", "request"]
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
reprec = pytester.inline_run("-s")
|
reprec = pytester.inline_run("-s")
|
||||||
|
|
Loading…
Reference in New Issue