nushell/crates/nu-command/src/hash
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
..
base64.rs Improve test coverage of command examples (#5650) 2022-05-26 13:51:31 -05:00
generic_digest.rs Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
hash_.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
md5.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
sha256.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00