Skip to main content

max / makenotwork

211 B · 8 lines History Blame Raw
1 //! Integration test entry point.
2 //!
3 //! Uses in-process `tower::ServiceExt::oneshot` — no TCP server needed.
4 //! Each test gets an isolated database for safe parallel execution.
5
6 mod harness;
7 mod workflows;
8