mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
swap to rstest
This commit is contained in:
parent
58938e8f71
commit
d508518beb
5 changed files with 535 additions and 581 deletions
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue