nushell/crates/nu-plugin-test-support
Jack Wright 1c5bd21ebc
Added let command to PluginTest (#12431)
# 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>
2024-04-06 20:11:41 +00:00
..
src Added let command to PluginTest (#12431) 2024-04-06 20:11:41 +00:00
tests Make drop notification timing for plugin custom values more consistent (#12341) 2024-04-04 09:13:25 +02:00
Cargo.toml Added let command to PluginTest (#12431) 2024-04-06 20:11:41 +00:00
LICENSE Add test support crate for plugin developers (#12259) 2024-03-23 13:29:54 -05:00
README.md Add test support crate for plugin developers (#12259) 2024-03-23 13:29:54 -05:00

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.