mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(blahd): support unix domain socket and rewrite tests
This commit is contained in:
parent
2e0a878d56
commit
eb8c56e688
4 changed files with 215 additions and 180 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue