faust.livecheck.locals

Locals - Current test & execution context.

faust.livecheck.locals.current_execution() → Optional[faust.livecheck.locals._TestRunner][source]

Return the current TestRunner.

Return type

Optional[_TestRunner]

faust.livecheck.locals.current_test() → Optional[faust.livecheck.models.TestExecution][source]

Return information about the current test (if any).

Return type

Optional[TestExecution]