nushell/crates/nu-command/src/path
Stefan Holderbach 507f24d029
Improve test coverage of command examples (#5650)
* Ignore `cargo tarpaulin` output files

* Add expected result for `columns` example

Examples without provided expected output will never be tested.
The subset of commands available in `test_examples()` is limited thus
excluding the tests depending on other commands

* Add example test harness to `reject`

* Test and fix `wrap` example

* Test and fix `drop column` example

* Update `from ods` examples

* Update `from xlsx` examples

* Run `to nuon` examples

* Run `hash base64` examples

* Add example output to `path parse`

* Test and fix the `grid` examples
2022-05-26 13:51:31 -05:00
..
basename.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
dirname.rs Add Path commands (#280) 2021-12-13 12:47:14 +11:00
exists.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
expand.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
join.rs Fix path join on streams (#4959) 2022-03-26 07:46:48 +13:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
parse.rs Improve test coverage of command examples (#5650) 2022-05-26 13:51:31 -05:00
path_.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
relative_to.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
split.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
type.rs revert file_types to lowercase (#623) 2021-12-29 21:16:50 -06:00