nushell/tests
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
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
const_ Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
eval prevent redefining fields in a record (#8705) 2023-04-02 06:09:33 +12:00
fixtures Disable pipeline echo (#8292) 2023-03-17 11:53:46 +13:00
hooks Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
modules Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
overlays Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
parsing Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
path Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
plugins Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
scope Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
shell Use pretty_assertions in the root crate (#8818) 2023-04-08 11:52:37 -07:00
main.rs prevent redefining fields in a record (#8705) 2023-04-02 06:09:33 +12:00