Test infrastructure for tatara.
Provides an in-memory mock of the tatara API that doesn't require Raft consensus, gossip membership, or any networking. This enables:
- API integration tests: Full HTTP round-trip tests against a virtualized tatara server
- Forge workflow tests: End-to-end forge lifecycle testing (submit -> schedule -> release)
- Scheduler tests: Property-based testing of scheduling invariants
Usage
use TestServer;
async