mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
5afbfb5c2c
# Description This PR is just a minor development improvement. While working on another feature, I noticed that the root crate lists the super useful `pretty_assertions` in the root crate but doesn't use it in most tests. With this change `pretty_assertions::assert_eq!` is used instead of `core::assert_eq!` for better diffs when debugging the tests. I thought of adding the dependency to other crates but I decided not to since I didn't want a huge disruptive PR :) |
||
---|---|---|
.. | ||
canonicalize.rs | ||
expand_path.rs | ||
mod.rs |