nushell/src/tests
Jakub Žádník 90b2ec537f
Do not pass non-string env vars to externals (#4748)
* Do not pass non-string env vars to externals

Also misc cleanup

* Add note to default config

* Add a test

* Ensure PATH/Path conversion list <-> string
2022-03-12 00:18:39 +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 Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_engine.rs Revert "Make if blocks work like a def-env (#4656)" (#4782) 2022-03-08 08:29:12 -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 Hide alias (#4432) 2022-02-12 11:50:37 +02:00
test_iteration.rs Remove record iteration (#4582) 2022-02-21 09:12:04 -05:00
test_math.rs Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
test_modules.rs Move $nu.env to $env (#665) 2022-01-05 08:34:42 +11:00
test_parser.rs Fix rest parsing (#4765) 2022-03-07 11:44:27 -05:00
test_ranges.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_strings.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
test_table_operations.rs Simplify empty?, improve default (#4797) 2022-03-09 08:46:28 -05:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00