nushell/crates/nu-plugin-test-support
2024-06-21 03:39:34 -07:00
..
src fix missing version for LowercasePlugin example in nu-plugin-test-support 2024-05-17 09:28:22 -07:00
tests Plugin: replace optional fn metadata() with required fn version() 2024-05-17 09:07:20 -07:00
Cargo.toml bump version to 0.94.3 (#13055) 2024-06-05 06:52:40 +08: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.