implement pytest.mark.usefixtures and ini-file usefixtures setting
and also refine fixture docs a bit - fixtures.txt should now mostly reflect the current state of the implementation
This commit is contained in:
@@ -53,7 +53,7 @@ class TestCaseFunction(pytest.Function):
|
||||
_excinfo = None
|
||||
|
||||
def _getfuncargnames(self):
|
||||
return list(self.session._fixturemanager._autofixtures)
|
||||
return []
|
||||
|
||||
def setup(self):
|
||||
self._testcase = self.parent.obj(self.name)
|
||||
|
||||
Reference in New Issue
Block a user