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 7fa75d0 commit 58c5867Copy full SHA for 58c5867
test-services/services/test_utils.py
@@ -21,6 +21,7 @@
21
22
@test_utils.handler()
23
async def echo(context: Context, input: str) -> str:
24
+ print(await context.time())
25
return input
26
27
@test_utils.handler(name="uppercaseEcho")
0 commit comments