Skip to content

Commit c93ea0a

Browse files
authored
Clarify # TODO: what about _adding_ inlineCallbacks fixture support?
1 parent a953003 commit c93ea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_twisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def decorator(f):
166166

167167
def pytest_fixture_setup(fixturedef, request):
168168
"""Interface pytest to async setup for async and async yield fixtures."""
169-
# TODO: what about inlineCallbacks fixtures?
169+
# TODO: what about _adding_ inlineCallbacks fixture support?
170170
maybe_mark = getattr(fixturedef.func, _mark_attribute_name, None)
171171
if maybe_mark is None:
172172
return None

0 commit comments

Comments
 (0)