about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-18 18:02:42 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-18 18:02:42 +0200
commit9b018e276a216e64ae1ebb446ab49a67b7960bff (patch)
tree0de582bab2855d0c456a145de22e8e75cee73564
parentfeat(crates/yt): Separate all commands from their implementation code (diff)
downloadyt-9b018e276a216e64ae1ebb446ab49a67b7960bff.zip
chore(crates/yt/Cargo.toml): Add `pretty-assertions` for tests
This makes the errors in the comment tests easier to see.
-rw-r--r--crates/yt/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/yt/Cargo.toml b/crates/yt/Cargo.toml
index ef6ec07..d36751c 100644
--- a/crates/yt/Cargo.toml
+++ b/crates/yt/Cargo.toml
@@ -59,5 +59,8 @@ path = "src/main.rs"
 [lints]
 workspace = true
 
+[dev-dependencies]
+pretty_assertions = "1.4.1"
+
 [package.metadata.docs.rs]
 all-features = true