swap to rstest

This commit is contained in:
Elijah McMorris 2024-08-25 20:30:42 -07:00
parent 58938e8f71
commit d508518beb
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 535 additions and 581 deletions

View file

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
surrealdb = { version = "1.5", features = ["protocol-ws", "kv-mem"] }
surrealdb-alpha = { version = "2.0.9", features = ["protocol-ws", "kv-mem"] }
tokio = { version = "1.39", features = ["time"] }
futures = "0.3"
wikidata = "1.1"
@ -18,7 +18,8 @@ indicatif = "0.17"
rand = "0.8"
[dev-dependencies]
surrealdb = { version = "1.5", features = ["kv-mem"] }
rstest = "0.22"
surrealdb-alpha = { version = "2.0.9", features = ["kv-mem"] }
criterion = { version = "0.5", features = ["async_tokio"] }
pprof = { version = "0.13", features = ["criterion", "protobuf-codec"] }