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 d780537 commit 0a63e4cCopy full SHA for 0a63e4c
pytest_twisted.py
@@ -35,7 +35,7 @@ class AsyncFixtureUnsupportedScopeError(Exception):
35
@classmethod
36
def from_scope(cls, scope):
37
return cls(
38
- 'Unsupported scope used for async fixture: {}'.format(scope)
+ 'Unsupported scope {0!r} used for async fixture'.format(scope)
39
)
40
41
0 commit comments