Skip to main content

nu_test_support/playground/
mod.rs

1mod director;
2pub mod nu_process;
3mod play;
4
5#[cfg(test)]
6mod tests;
7
8pub use director::Director;
9pub use nu_process::{Executable, NuProcess, Outcome};
10pub use play::{Dirs, EnvironmentVariable, Playground};