faust.livecheck.exceptions¶
LiveCheck - related exceptions.
-
exception
faust.livecheck.exceptions.LiveCheckError[source]¶ Generic base class for LiveCheck test errors.
-
exception
faust.livecheck.exceptions.SuiteFailed[source]¶ The whole test suite failed (not just a test).
-
exception
faust.livecheck.exceptions.ServiceDown[source]¶ Suite failed after a depending service is not responding.
Used when for example a test case is periodically sending requests to a HTTP service, and that HTTP server is not responding.