We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b895816 commit d93de6cCopy full SHA for d93de6c
src/_pytest/fixtures.py
@@ -899,7 +899,7 @@ def execute(self, request):
899
return hook.pytest_fixture_setup(fixturedef=self, request=request)
900
901
def __repr__(self):
902
- return "<FixtureDef name=%r scope=%r baseid=%r >" % (
+ return "<FixtureDef name=%r scope=%r baseid=%r>" % (
903
self.argname,
904
self.scope,
905
self.baseid,
0 commit comments