nushell/crates/nu-test-support/src
Andrés N. Robalino 0178b53289
Core nu plugin load capability. (#2544)
We introduce the `plugin` nu sub command (`nu plugin`) with basic plugin
loading support. We can choose to load plugins from a directory. Originally
introduced to make integration tests faster (by not loading any plugins on startup at all)
but `nu plugin --load some_path ; test_pipeline_that_uses_plugins_just_loaded` does not see it.

Therefore, a `nu_with_plugins!` macro for tests was introduced on top of nu`s `--skip-plugins`
switch executable which is set to true when running the integration tests that use the `nu!` macro now..
2020-09-14 09:07:02 -05:00
..
commands.rs External vars (#1615) 2020-04-21 09:45:11 +12:00
fs.rs Respect CARGO_TARGET_DIR when set (#1528) 2020-03-27 17:13:59 -04:00
lib.rs Fix str --to-int usages (#2167) 2020-07-13 15:07:34 -04:00
macros.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
playground.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00