mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 15:27:30 +02:00
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