faust.livecheck.runners

LiveCheck - Test runner.

class faust.livecheck.runners.TestRunner(case: faust.livecheck.runners._Case, test: faust.livecheck.models.TestExecution, started: float) → None[source]

Execute and keep track of test instance.

state = 'INIT'
report = None
error = None
log_info(msg: str, *args) → None[source]

Log information related to the current execution.

Return type

None

end() → None[source]

End test execution.

Return type

None