nushell/src/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
..
test_bits.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
test_conditionals.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_config_path.rs Add test cases for $nu.config-path change (#6385) 2022-08-23 10:18:14 +03:00
test_converters.rs Fix to json escape logic (#4478) 2022-02-15 06:55:57 -05:00
test_custom_commands.rs add more color highlighting to help (#6449) 2022-08-31 20:15:03 +12:00
test_engine.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
test_env.rs Do not pass non-string env vars to externals (#4748) 2022-03-12 00:18:39 +02:00
test_hiding.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
test_iteration.rs Remove record iteration (#4582) 2022-02-21 09:12:04 -05:00
test_known_external.rs Revert "Refactor external command (#6083)" (#6116) 2022-07-26 05:37:15 +12:00
test_math.rs Add bit operator: bit-xor (#5940) 2022-07-03 06:45:20 -05:00
test_modules.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
test_parser.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
test_ranges.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_regex.rs replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
test_strings.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
test_table_operations.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00