From a287f53132c91eaa3ba8d5e9c2bec80587316aad Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 28 Oct 2025 13:19:24 +0000 Subject: test: refactor to use rstest more efficient test runs Identified high value areas to use rstest that would benefit most and refactored them --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6dcbfdb..eb02a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,7 @@ zeroize = "1.8.1" assert_cmd = "2.0.17" mockall = "0.13.1" once_cell = "1.21.3" +rstest = "0.23" serial_test = "3.2.0" test_utils = { path = "test_utils" } -- cgit v1.2.3