nushell/tests
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
..
fixtures Create benign email test fixture (#2445) 2020-08-29 12:57:50 -04:00
plugins Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
shell Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
main.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00