nushell/crates/nu-test-support/src
Jason Gedge b2c5af457e
Move most of the root package into a subcrate. (#1445)
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00
..
bins Use threads to avoid blocking reads/writes in externals. (#1440) 2020-03-02 06:19:09 +13:00
commands.rs Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00
fs.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Switch to using subprocess::shell (#1264) 2020-01-24 05:21:05 +13:00
macros.rs Make tests work from directory names with spaces (#1325) 2020-01-31 22:12:56 -08:00
playground.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00