Crate nu_test_support

Source
Expand description

This crate provides utilities for testing of Nushell

Plugin authors should instead refer to nu-plugin-test-support

§Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.

Re-exports§

pub use nu_path;

Modules§

commands
fs
locale_override
macros
playground

Macros§

nu
Run a command in nu and get its output
nu_with_plugins
nu_with_std

Structs§

Outcome

Constants§

NATIVE_PATH_ENV_SEPARATOR
NATIVE_PATH_ENV_VAR

Functions§

nu_repl_code
pipeline
Reformat a multiline pipeline into a single line for use with nu -c
shell_os_paths