nushell/crates/nu-plugin-test-support
Devyn Cairns 60769ac1ba
Bump version to 0.97.1 (#13659)
# Description

Bump version to `0.97.1`, which will be the actual next major release.
(`0.97.0` had a bug.)
2024-08-20 20:21:12 -07:00
..
src Add and use new Signals struct (#13314) 2024-07-07 22:29:01 +00:00
tests Add and use new Signals struct (#13314) 2024-07-07 22:29:01 +00:00
Cargo.toml Bump version to 0.97.1 (#13659) 2024-08-20 20:21:12 -07: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.