Loading...
Searching...
No Matches
Go to the documentation of this file.
8Fixture demonstrating correct func = "..." pattern with async functions.
12- Provide a compliant example with async def.
27from oc_diagnostics
import _dbg
32 _dbg(
"L3",
"Fetching data", domain=
"TEST", func=func)
33 return {
"status":
"ok"}