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 c35f6b8 commit ec0b12eCopy full SHA for ec0b12e
tests/core/utilities.py
@@ -53,7 +53,7 @@ def mocked_cmd_input(package, text: Text):
53
text_generator = itertools.cycle(text)
54
i = package.get_user_input
55
56
- def mocked_input(*args, **kwargs):
+ async def mocked_input(*args, **kwargs):
57
value = next(text_generator)
58
print(f"wrote '{value}' to input")
59
return value
0 commit comments