Private
Public Access
1
0

test: add authz gate integration tests (closes #15)

This commit is contained in:
Draco Lunaris
2026-06-06 10:05:49 -05:00
parent dd6961265d
commit 53eef4eec4
6 changed files with 788 additions and 303 deletions

View File

@ -5,6 +5,10 @@ edition.workspace = true
authors.workspace = true
license.workspace = true
[lib]
name = "pm_web"
path = "src/lib.rs"
[[bin]]
name = "pm-web"
path = "src/main.rs"
@ -46,4 +50,7 @@ url = { workspace = true }
urlencoding = "2"
[dev-dependencies]
tower = { version = "0.5", features = ["util"] }
http-body-util = "0.1"
mockito = "1"
tempfile = "3"