Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
server
/
tests
/
integration.rs
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