nushell/src/tests
Boy van Duuren 594006cfa0
Fix failing unit tests on Windows (#5142) (#5143)
* Fix failing unit tests on Windows (#5142)

Fix let_env_expressions failing on Windows:
The env expression uses PATH, but on windows Path is used.

Fix correctly_escape_external_arguments, execute_binary_in_string
failing on Windows:
Using cococo now to make sure testresults are platform independent

* Update macros.rs

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2022-04-12 06:18:46 +12: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 Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12: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 Fix alias import (#4968) 2022-03-25 17:56:40 -05: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 Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
test_parser.rs Fix failing unit tests on Windows (#5142) (#5143) 2022-04-12 06:18:46 +12:00
test_ranges.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_regex.rs Change string contains operators to regex (#5117) 2022-04-07 18:23:14 +12:00
test_strings.rs Require block params (#4505) 2022-02-17 06:40:24 -05:00
test_table_operations.rs let a simple last be a single value (#5060) 2022-04-01 23:12:31 +13:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00