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§
- Test
Response - Response from the test server with convenient assertion methods.
- Test
Server - In-process test server for tatara API integration testing.