2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/crates/nu-plugin-test-support
2024-11-14 10:04:39 +01:00
..
src Fix try not working with let, etc. () 2024-09-23 06:44:25 -05:00
tests Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
Cargo.toml Bump to dev version 0.100.1 () 2024-11-14 10:04:39 +01: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.