nushell/crates/nu-data/src
Andrés N. Robalino 8fc8fc89aa
History, more test coverage improvements, and refactorings. (#3217)
Improvements overall to Nu. Also among the changes here, we can also be more confident towards incorporating `3041`. End to end tests for checking envs properly exported to externals is not added here (since it's in the other PR)

A few things added in this PR (probably forgetting some too)

* no writes happen to history during test runs.
* environment syncing end to end coverage added.
* clean up / refactorings few areas.
* testing API for finer control (can write tests passing more than one pipeline)
* can pass environment variables in tests that nu will inherit when running.

* No longer needed.

* no longer under a module. No need to use super.
2021-03-27 00:08:03 -05:00
..
base Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
config History, more test coverage improvements, and refactorings. (#3217) 2021-03-27 00:08:03 -05:00
utils Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
base.rs hopefully fixes the coercion error when comparing $nothing to $var (#3133) 2021-03-05 14:07:54 -06:00
command.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
config.rs History, more test coverage improvements, and refactorings. (#3217) 2021-03-27 00:08:03 -05:00
dict.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
keybinding.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
lib.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
primitive.rs Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
types.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
value.rs add nu-ansi-term (#3089) 2021-02-22 12:33:34 -06:00