nushell/crates/nu-plugin-test-support
2024-04-03 15:33:18 +02:00
..
src Change PluginCommand API to be more like Command (#12279) 2024-03-27 11:59:57 +01:00
tests Rename Value::CustomValue to Value::Custom (#12309) 2024-03-27 22:10:56 +01:00
Cargo.toml Add missing crate description to nu-plugin-test-support (#12368) 2024-04-03 15:33:18 +02: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.