nushell/crates/nu-plugin-test-support
2024-04-05 10:24:00 -04:00
..
src Make drop notification timing for plugin custom values more consistent (#12341) 2024-04-04 09:13:25 +02:00
tests Make drop notification timing for plugin custom values more consistent (#12341) 2024-04-04 09:13:25 +02:00
Cargo.toml Bump version to 0.92.2 (#12402) 2024-04-05 10:24:00 -04: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.