forked from extern/nushell
This commit is the continuing phase of extracting functionality to subcrates. We extract test helpers and begin to change Nu shell's test organization along with it.
This commit is contained in:
6
tests/main.rs
Normal file
6
tests/main.rs
Normal file
@ -0,0 +1,6 @@
|
||||
extern crate test_support;
|
||||
|
||||
mod commands;
|
||||
mod converting_formats;
|
||||
mod plugins;
|
||||
mod shell;
|
Reference in New Issue
Block a user