Add tests for room create/read and fix incorrect foreign keys

This commit is contained in:
oxalica 2024-09-09 03:18:34 -04:00
parent c5263c607c
commit ff5b7e60a7
6 changed files with 224 additions and 28 deletions

View file

@ -30,6 +30,7 @@ url = { version = "2.5.2", features = ["serde"] }
blah = { path = "..", features = ["rusqlite"] }
[dev-dependencies]
rand = "0.8.5"
reqwest = { version = "0.12.7", features = ["json"] }
rstest = { version = "0.22.0", default-features = false }