mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
1c5bd21ebc
# Description The `let` command is needed for many example tests. This pull request adds the `let` command to the EngineState of Test Plugin. cc: @devyn # User-Facing Changes No user changes. Plugin tests can now have examples with the let keyword. Co-authored-by: Jack Wright <jack.wright@disqo.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
nu-plugin-test-support
This crate provides helpers for running tests on plugin commands, and is intended to be included in
the dev-dependencies
of plugin crates for testing.