mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
refactor(blahd),test: move feed generation into submod and add test
This commit is contained in:
parent
1e8c16888c
commit
94e5913513
7 changed files with 188 additions and 81 deletions
|
@ -37,6 +37,7 @@ url = { version = "2", features = ["serde"] }
|
|||
blah-types = { path = "../blah-types", features = ["rusqlite"] }
|
||||
|
||||
[dev-dependencies]
|
||||
expect-test = "1"
|
||||
nix = { version = "0.29", features = ["fs", "process", "signal"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rstest = { version = "0.22", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue