tests for web routes and config toggles

This commit is contained in:
Lewis Wynne 2026-04-09 15:03:26 +01:00
parent 5e71ee1be6
commit 1f688e23a9
3 changed files with 175 additions and 0 deletions

View file

@ -14,3 +14,8 @@ uuid = { version = "1", features = ["v4"] }
chrono = "0.4"
tracing = "0.1"
tracing-subscriber = "0.3"
[dev-dependencies]
tower = { version = "0.5", features = ["util"] }
http-body-util = "0.1"
tempfile = "3"