nushell/tests
WindSoilder b47bd22b37
Removes export env command (#6468)
* remove export_env command

* remove several export env usage in test code

* adjust hiding relative test case

* fix clippy

* adjust tests

* update tests

* unignore these tests to expose ut failed

* using `use` instead of `overlay use` in some tests

* Revert "using `use` instead of `overlay use` in some tests"

This reverts commit 2ae24b24c3.

* Revert "adjust hiding relative test case"

This reverts commit 4369af6d05.

* Bring back module example

* Revert "update tests"

This reverts commit 6ae94ef513.

* Fix tests

* "Fix" a test

* Remove remaining deprecated env functionality

* Re-enable environment hiding for `hide`

To not break virtualenv since the overlay update is not merged yet

* Fix hiding env in `hide` and ignore some tests

Co-authored-by: kubouch <kubouch@gmail.com>
2022-09-25 19:52:43 +03:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
fixtures Support Arrow IPC file format with dataframes (#6548) 2022-09-12 18:30:20 -05:00
hooks Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
modules Disable cyclical module imports (#6477) 2022-09-04 23:19:20 +03:00
overlays Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
parsing Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
path Make path::canonicalize::canonicalize_dot test case more reliable (#6141) 2022-07-27 11:30:03 +03:00
plugins Remove --encoding argument during register plugin (#6486) 2022-09-07 09:07:42 -05:00
scope Fix reporting of which and $nu.scope (#4836) 2022-03-13 21:32:46 +02:00
shell Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
main.rs Fix file lookup in parser keywords; Refactor nu_repl (#6185) 2022-07-29 23:42:00 +03:00