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 a953003 commit c93ea0aCopy full SHA for c93ea0a
pytest_twisted.py
@@ -166,7 +166,7 @@ def decorator(f):
166
167
def pytest_fixture_setup(fixturedef, request):
168
"""Interface pytest to async setup for async and async yield fixtures."""
169
- # TODO: what about inlineCallbacks fixtures?
+ # TODO: what about _adding_ inlineCallbacks fixture support?
170
maybe_mark = getattr(fixturedef.func, _mark_attribute_name, None)
171
if maybe_mark is None:
172
return None
0 commit comments