test: add parametrized tests

This commit is contained in:
2025-10-01 17:31:49 +03:00
parent 1d099406c7
commit 5468d90a17
5 changed files with 478 additions and 104 deletions

View File

@@ -9,6 +9,7 @@ edition = "2024"
[dev-dependencies]
claims = "0.8"
rand = "0.9"
rstest = "0.26"
[lints.clippy]
pedantic = "warn"