nushell/tests/plugins
Maria José Solano 5afbfb5c2c
Use pretty_assertions in the root crate (#8818)
# 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 :)
2023-04-08 11:52:37 -07:00
..
formats Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
core_inc.rs Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
custom_values.rs Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
mod.rs Move some from xxx commands to plugin (#7942) 2023-02-13 12:42:08 +00:00