mirror of
https://github.com/nushell/nushell
synced 2024-12-31 23:39:00 +00:00
70520000d2
# Description @ayax79 added `nu-cmd-lang` as a dep for `nu-plugin-test-support` in order to get access to `let`. Since we have the dep anyway now, we might as well just add all of the lang commands - there aren't very many of them and it would be less confusing than only `let` working. # User-Facing Changes - Can use some more core nu language features in plugin tests, like loops and `do` # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting - [ ] Might need to change something about the plugin testing section of the book, since I think it says something about there only being the plugin command itself available |
||
---|---|---|
.. | ||
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.