tests: testing all db interactions and types

This commit is contained in:
Per Stark
2025-04-14 17:24:04 +02:00
parent 62f2bddb8f
commit 77b157b3b8
19 changed files with 3017 additions and 71 deletions

View File

@@ -15,5 +15,7 @@ serde_json = { workspace = true }
surrealdb = { workspace = true }
futures = { workspace = true }
async-openai = { workspace = true }
uuid = { version = "1.10.0", features = ["v4", "serde"] }
common = { path = "../common" }
common = { path = "../common", features = ["test-utils"] }