diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-28 13:19:24 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-28 13:19:24 +0000 |
| commit | a287f53132c91eaa3ba8d5e9c2bec80587316aad (patch) | |
| tree | 54a3237486b435f4f798d1af01d6340c8a626bb4 /Cargo.toml | |
| parent | dcbe6f9d9e14290c856b0118ab17f3be804ac14e (diff) | |
test: refactor to use rstest more efficient test runs
Identified high value areas to use rstest that would benefit most and
refactored them
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -44,6 +44,7 @@ zeroize = "1.8.1" | |||
| 44 | assert_cmd = "2.0.17" | 44 | assert_cmd = "2.0.17" |
| 45 | mockall = "0.13.1" | 45 | mockall = "0.13.1" |
| 46 | once_cell = "1.21.3" | 46 | once_cell = "1.21.3" |
| 47 | rstest = "0.23" | ||
| 47 | serial_test = "3.2.0" | 48 | serial_test = "3.2.0" |
| 48 | test_utils = { path = "test_utils" } | 49 | test_utils = { path = "test_utils" } |
| 49 | 50 | ||