Skip to content

Commit

Permalink
test(deserialize): generate deserialize tests with harness
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhb committed Nov 2, 2024
1 parent 9fa820a commit b06feb2
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 19 deletions.
273 changes: 273 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ strum_macros = "0.26.4"
thiserror = "1.0.66"

[dev-dependencies]
datatest-stable = "0.2.9"
serial_test = "3.1.0"

[[test]]
name = "deserialize"
harness = false
Loading

0 comments on commit b06feb2

Please sign in to comment.