faust.livecheck.locals
¶
Locals - Current test & execution context.
- faust.livecheck.locals.current_execution() Optional[_TestRunner] [source]¶
Return the current
TestRunner
.- Return type:
_UnionGenericAlias
[_TestRunner
,None
]
- faust.livecheck.locals.current_test() Optional[TestExecution] [source]¶
Return information about the current test (if any).
- Return type:
_UnionGenericAlias
[TestExecution
,None
]