Use macro per-test-file
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
605798674f
commit
06816567ff
49 changed files with 213 additions and 271 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -442,6 +442,7 @@ dependencies = [
|
|||
"insta",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"test_each_file",
|
||||
"thiserror",
|
||||
"winnow",
|
||||
]
|
||||
|
|
@ -701,6 +702,18 @@ dependencies = [
|
|||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "test_each_file"
|
||||
version = "0.3.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "44619e49a1f62888c271dc50533f036363a7936f99c7cb467ca9d45224cf83b3"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue