nushell/crates/nu-command/tests/commands/path
Ian Manske f4c0d9d45b
Path migration part 4: various tests (#13373)
# Description
Part 4 of replacing std::path types with nu_path types added in
https://github.com/nushell/nushell/pull/13115. This PR migrates various
tests throughout the code base.
2024-08-03 10:09:13 +02:00
..
basename.rs Add long options for path (#10775) 2023-10-19 22:07:01 +02:00
dirname.rs Add long options for path (#10775) 2023-10-19 22:07:01 +02:00
exists.rs Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
expand.rs Path migration part 4: various tests (#13373) 2024-08-03 10:09:13 +02:00
join.rs Allow parse-time evaluation of calls, pipelines and subexpressions (#9499) 2023-08-26 16:41:29 +03:00
mod.rs remove warnings in nu_command tests (#10145) 2023-08-29 13:18:52 -07:00
parse.rs bump rust-toolchain to 1.72.1 (#11079) 2023-11-16 15:14:45 -06:00
split.rs Allow parse-time evaluation of calls, pipelines and subexpressions (#9499) 2023-08-26 16:41:29 +03:00
type_.rs Fix path type using PWD from the environment (#12975) 2024-05-26 20:23:52 +03:00