upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-10-28 13:19:24 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-10-28 13:19:24 +0000
commita287f53132c91eaa3ba8d5e9c2bec80587316aad (patch)
tree54a3237486b435f4f798d1af01d6340c8a626bb4 /Cargo.toml
parentdcbe6f9d9e14290c856b0118ab17f3be804ac14e (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.toml1
1 files changed, 1 insertions, 0 deletions
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"
44assert_cmd = "2.0.17" 44assert_cmd = "2.0.17"
45mockall = "0.13.1" 45mockall = "0.13.1"
46once_cell = "1.21.3" 46once_cell = "1.21.3"
47rstest = "0.23"
47serial_test = "3.2.0" 48serial_test = "3.2.0"
48test_utils = { path = "test_utils" } 49test_utils = { path = "test_utils" }
49 50