Skip to content

Commit 2332839

Browse files
committed
test: restructure tests to use rstest
1 parent afed7c0 commit 2332839

File tree

3 files changed

+165
-224
lines changed

3 files changed

+165
-224
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/analysis/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,21 @@ actix-http = { workspace = true }
4141
bytes = { workspace = true }
4242
bytesize = { workspace = true }
4343
chrono = { workspace = true }
44+
csaf = { workspace = true }
4445
hex = { workspace = true }
4546
humantime = { workspace = true }
4647
itertools = { workspace = true }
4748
jsonpath-rust = { workspace = true }
4849
log = { workspace = true }
50+
packageurl = { workspace = true }
4951
petgraph = { workspace = true }
52+
rstest = { workspace = true }
5053
serde_json = { workspace = true }
5154
sha2 = { workspace = true }
5255
test-context = { workspace = true }
5356
test-log = { workspace = true, features = ["log", "trace"] }
54-
tokio-util = { workspace = true, features = ["full"] }
5557
tokio = { workspace = true, features = ["full"] }
58+
tokio-util = { workspace = true, features = ["full"] }
5659
trustify-test-context = { workspace = true }
5760
urlencoding = { workspace = true }
58-
csaf = { workspace = true }
59-
packageurl = { workspace = true }
6061
zip = { workspace = true }

0 commit comments

Comments
 (0)