summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-05 00:44:41 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-05 00:44:41 +0100
commit4bed40944cff585bccd8cde131add87d46ea15e5 (patch)
tree9e4efb348b8fe1a3a58824e7714e75cffa5a9ac9 /Cargo.toml
parent512289ddc211c4900d9f14d8d29ed397632cbb2d (diff)
use pretty_assertions for improved test output
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 a8a74e6..a546c78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,3 +28,4 @@ dirs = "1.0.4"
assert_fs = "0.11.3"
predicates = "1.0"
maplit = "1.0.1"
+pretty_assertions = "0.5.1"