mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
I am implementing a nu plugin, and want to unit test that it works well. # Basic usage (unchanged)  # Select the folder to run tests within (subfolders included)  # Select module to run tests within  # Select test command to run  # Complex usage  --------- Co-authored-by: Mate Farkas <Mate.Farkas@oneidentity.com>