Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
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