nushell/crates/nu-command/tests/commands/path
Stefan Holderbach 656f707a0b
Clean up tests containing unnecessary cwd: tokens (#9692)
# Description
The working directory doesn't have to be set for those tests (or would
be the default anyways). When appropriate also remove calls to the
`pipeline()` function. In most places kept the diff minimal and only
removed the superfluous part to not pollute the blame view. With simpler
tests also simplified things to make them more readable overall (this
included removal of the raw string literal).

Work for #8670
2023-07-17 18:43:51 +02:00
..
basename.rs Strip trailing whitespace in files (#4575) 2022-02-21 08:38:15 -05:00
dirname.rs Strip trailing whitespace in files (#4575) 2022-02-21 08:38:15 -05:00
exists.rs Clean up tests containing unnecessary cwd: tokens (#9692) 2023-07-17 18:43:51 +02:00
expand.rs add -n for path expand, so it doesn't follow symlink (#6255) 2022-08-10 08:43:56 -05:00
join.rs Refactor path commands (#9687) 2023-07-15 00:04:22 +03:00
mod.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
parse.rs Refactor path commands (#9687) 2023-07-15 00:04:22 +03:00
split.rs Refactor path commands (#9687) 2023-07-15 00:04:22 +03:00
type_.rs fixed some more tests (#4607) 2022-02-22 11:32:29 -05:00