nushell/crates/nu-protocol/src
Andrés N. Robalino d2213d18fa
Playground infraestructure (tests, etc) additions. (#3179)
* Playground infraestructure (tests, etc) additions.

A few things to note:

* Nu can be started with a custom configuration file (`nu --config-file /path/to/sample_config.toml`). Useful for mocking the configuration on test runs.
* When given a custom configuration file Nu will save any changes to the file supplied appropiately.
* The `$nu.config-path` variable either shows the default configuration file (or the custom one, if given)
* We can now run end to end tests with finer grained control (currently, since this is baseline work, standard out) This will allow to check things like exit status, assert the contents with a format, etc)

* Remove (for another PR)
2021-03-15 02:26:30 -05:00
..
value Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
call_info.rs Match cleanup (#2248) 2020-07-25 08:40:35 -04:00
hir.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
lib.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
macros.rs Flush out! lines, helps autoview (#2952) 2021-01-20 07:23:37 +13:00
maybe_owned.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
return_value.rs Add exit code argument (#3132) 2021-03-06 18:46:27 +13:00
signature.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
syntax_shape.rs allow str from to convert more things to string (#2977) 2021-01-29 07:43:35 -06:00
type_name.rs More docs and random fixes (#1237) 2020-01-19 08:42:36 +13:00
type_shape.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
value.rs Add exit code argument (#3132) 2021-03-06 18:46:27 +13:00