Fix trailing whitespace in FixtureDef.__repr__
This commit is contained in:
parent
b8958168f5
commit
d93de6cc67
|
@ -899,7 +899,7 @@ class FixtureDef(object):
|
||||||
return hook.pytest_fixture_setup(fixturedef=self, request=request)
|
return hook.pytest_fixture_setup(fixturedef=self, request=request)
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "<FixtureDef name=%r scope=%r baseid=%r >" % (
|
return "<FixtureDef name=%r scope=%r baseid=%r>" % (
|
||||||
self.argname,
|
self.argname,
|
||||||
self.scope,
|
self.scope,
|
||||||
self.baseid,
|
self.baseid,
|
||||||
|
|
Loading…
Reference in New Issue