feat(blahd): support unix domain socket and rewrite tests

This commit is contained in:
oxalica 2025-03-19 01:57:37 -04:00
parent 2e0a878d56
commit eb8c56e688
4 changed files with 215 additions and 180 deletions

View file

@ -52,12 +52,19 @@ url = "2"
[dev-dependencies]
expect-test = "1"
nix = { version = "0.29", features = ["fs", "process", "signal"] }
hyper = { version = "1", features = ["client", "http1"] }
hyper-util = { version = "0.1", features = ["tokio"] }
libc = "0.2"
libtest-mimic = "0.8"
reqwest = { version = "0.12", features = ["json"] }
rstest = { version = "0.24", default-features = false }
scopeguard = "1"
rustix = { version = "1", features = ["process"] }
tempfile = "3"
tokio-tungstenite = "0.26"
[[test]]
name = "socket_activate"
harness = false
[lints]
workspace = true