nushell/crates/nu-plugin-test-support/src
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
..
diff.rs Fix #12280: replace difference crate with similar (#12282) 2024-03-25 21:13:12 -05:00
fake_persistent_plugin.rs Add test support crate for plugin developers (#12259) 2024-03-23 13:29:54 -05:00
fake_register.rs Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00
lib.rs Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00
plugin_test.rs Added let command to PluginTest (#12431) 2024-04-06 20:11:41 +00:00
spawn_fake_plugin.rs Add test support crate for plugin developers (#12259) 2024-03-23 13:29:54 -05:00