fix some tests wrt to expecting output now that pytest does no
introduce unwanted "buffering" on "-s" calls.
This commit is contained in:
@@ -1623,7 +1623,7 @@ class FixtureManager:
|
||||
assert not name.startswith(self._argprefix)
|
||||
fixturedef = FixtureDef(self, nodeid, name, obj,
|
||||
marker.scope, marker.params,
|
||||
marker.yieldctx,
|
||||
yieldctx=marker.yieldctx,
|
||||
unittest=unittest)
|
||||
faclist = self._arg2fixturedefs.setdefault(name, [])
|
||||
if not fixturedef.has_location:
|
||||
|
||||
Reference in New Issue
Block a user