nushell/crates/nu-cmd-lang/src
TrMen b74d508c0b
Test examples of use (#9032)
# Description
Add `test_examples()` to `use` that verifies its examples. For that, add
the necessary definitions and the `PWD` to the `nu-cmd-lang` test
support.

Note: `let-env` is a `nu-command` and thus not accessible from the
`nu-cmd-lang` tests. So replace `let-env` with `$env.<var> =`. This
should be fine, since `let-env` is supposed to be removed before 1.0
anyway.


# User-Facing Changes
Nothing

# Question for reviewer
Is there any particular reason why so many core commands (parser
keywords) don't verify their examples with tests? E.g. `break`, `hide`,
`overlay use`, etc. (I think most of them?). If there is no particular
reason, I'd make a follow up PR to enable tests for as many of them as
possible.
2023-06-25 07:43:48 -05:00
..
core_commands Test examples of use (#9032) 2023-06-25 07:43:48 -05:00
default_context.rs split $nu variable into scope commands and simpler $nu (#9487) 2023-06-21 09:33:01 +12:00
example_support.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
example_test.rs Test examples of use (#9032) 2023-06-25 07:43:48 -05:00
lib.rs cratification: Example support (#8231) 2023-02-27 13:58:56 -08:00