Module test_utils

Module test_utils 

Source
Available on crate feature test-utils only.
Expand description

Test utilities that allows you to test backends

Structs§

DummyService
Define a dummy service
TestEmitService
A generic service that emits the result of a test
TestWrapper
A generic backend wrapper that polls and executes jobs

Functions§

apalis_test_service_fn
Returns a new ServiceFn with the given closure.