1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/crates/nu-plugin-test-support
2024-06-05 06:52:40 +08:00
..
src Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
tests Replace ExternalStream with new ByteStream type () 2024-05-16 07:11:18 -07:00
Cargo.toml bump version to 0.94.3 () 2024-06-05 06:52:40 +08:00
LICENSE Add test support crate for plugin developers () 2024-03-23 13:29:54 -05:00
README.md Add test support crate for plugin developers () 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.