summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Otto <th1000s@posteo.net>2024-11-14 23:22:24 +0100
committerThomas Otto <th1000s@posteo.net>2024-11-20 23:45:55 +0100
commit4ea8f9ab6038b934a03c6370e5c3e45da0466fe5 (patch)
tree3768eed6dd0e0b866280780fb4a5735da14582aa /Cargo.toml
parent1dd28e7b51a913fc28eefc59d01f3b78f1146850 (diff)
testability: add pretty_assertions, git mocks
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 016652a..6401aaf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,6 +64,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[dev-dependencies]
insta = { version = "1.*", features = ["colors", "filters"] }
rstest = "0.21.0"
+pretty_assertions = "1.4"
[profile.test]
opt-level = 2