diff options
| author | Thomas Otto <th1000s@posteo.net> | 2024-11-14 23:22:24 +0100 |
|---|---|---|
| committer | Thomas Otto <th1000s@posteo.net> | 2024-11-20 23:45:55 +0100 |
| commit | 4ea8f9ab6038b934a03c6370e5c3e45da0466fe5 (patch) | |
| tree | 3768eed6dd0e0b866280780fb4a5735da14582aa /Cargo.toml | |
| parent | 1dd28e7b51a913fc28eefc59d01f3b78f1146850 (diff) | |
testability: add pretty_assertions, git mocks
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
