nushell/src/tests
Jakub Žádník 20528e96c7
Add hide-env to hide environment variables (#6313)
* Add hide-env to hide env vars; Cleanup tests

Also, there were some old unalias tests that I converted to hide.

* Add missing file

* Re-enable hide for env vars

* Fix test

* Rename did you mean error back

It was causing random tests to break
2022-08-13 12:55:06 +03:00
..
test_bits.rs add bits ror and bits rol commands (#6224) 2022-08-05 15:40:01 +02:00
test_conditionals.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_converters.rs Fix to json escape logic (#4478) 2022-02-15 06:55:57 -05:00
test_custom_commands.rs require variable names to follow additional restrictions (#6125) 2022-07-27 14:08:54 +12:00
test_engine.rs Add hide-env to hide environment variables (#6313) 2022-08-13 12:55:06 +03: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 Add hide-env to hide environment variables (#6313) 2022-08-13 12:55:06 +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 Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
test_parser.rs require variable names to follow additional restrictions (#6125) 2022-07-27 14:08:54 +12: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 feat: Add sensitive flag to get, fix #4295 (#5685) 2022-06-01 08:34:42 -05:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00