[][src]Function izanami::test::local_server

pub fn local_server<S>(make_service: S) -> Result<Server<S, Runtime>> where
    S: MakeService<(), Request<MockRequestBody>>,
    Runtime: Runtime<S>, 

Creates a test server that exexutes all task onto a single thread, using the specified service factory.