tests in the steel decimal crate with serious issue fixed

This commit is contained in:
filipriec
2025-07-07 19:24:08 +02:00
parent 3443839ba4
commit b7c8f6b1a2
8 changed files with 1978 additions and 7 deletions

View File

@@ -21,3 +21,10 @@ thiserror = { workspace = true }
[dev-dependencies]
rstest = "0.25.0"
tokio-test = "0.4.4"
serial_test = "3.2.0"
pretty_assertions = "1.4.1"
tempfile = "3.20.0"
proptest = "1.7.0"
quickcheck = "1.0.3"
criterion = { version = "0.6.0", features = ["html_reports"] }