nushell/crates/nu-command/tests
Reilly Wood 3076378373
Slim down tests (#9021)
This PR just tidies up some tests by removing unused code:

1. If the filesystem is not touched, don't use the filesystem
playground/sandbox
2. If the filesystem is not touched, don't specify the `cwd`
3. If the command is short, don't bother wrapping it in `pipeline()`
4. If the command doesn't have quotes, don't bother with a `r#"..."#`
raw string

Part of #8670.
2023-04-28 13:25:44 +02:00
..
commands Slim down tests (#9021) 2023-04-28 13:25:44 +02:00
format_conversions Remove proptests for nuon writing/parsing (#8688) 2023-03-31 17:15:16 +02:00
main.rs Reuse the cached parse results of parsed files (#8949) 2023-04-22 07:00:33 +12:00