Skip to main content

Module server

Module server 

Source
Expand description

In-process HTTP test server for tatara API testing.

Provides a fully functional tatara REST API backed by an InMemoryStore, without requiring Raft consensus, gossip, or any networking infrastructure.

The test server uses Tower’s oneshot pattern for zero-overhead HTTP testing (no TCP sockets, no port allocation).

Structs§

TestResponse
Response from the test server with convenient assertion methods.
TestServer
In-process test server for tatara API integration testing.