Skip to content

Commit

Permalink
Replace test-case with proptest
Browse files Browse the repository at this point in the history
  • Loading branch information
knoellle committed Feb 16, 2025
1 parent 570ca6c commit 45485c0
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 111 deletions.
122 changes: 83 additions & 39 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ prettyplease = "0.2.19"
proc-macro-error = "1.0.4"
proc-macro2 = { version = "1.0.44", features = ["span-locations"] }
projection = { path = "crates/projection" }
proptest = "1.6.0"
quote = "1.0.21"
rand = "0.8.5"
rand_chacha = { version = "0.3.1", features = ["serde1"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ num-traits = { workspace = true }
ordered-float = { workspace = true }
path_serde = { workspace = true }
projection = { workspace = true }
proptest = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
serde = { workspace = true }
smallvec = { workspace = true }
spl_network_messages = { workspace = true }
splines = { workspace = true }
test-case = "3.3.1"
types = { workspace = true }
walking_engine = { workspace = true }
Loading

0 comments on commit 45485c0

Please sign in to comment.