nushell/src/tests
JT c2118e7505
Fix help flag (#4398)
* Match 'help command' to 'command --help'

* Fix tests
2022-02-09 21:24:29 -05:00
..
test_conditionals.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_converters.rs fix issue #559: to json -r serializes datetime without spaces (#596) 2021-12-27 21:51:38 +11:00
test_custom_commands.rs def argument check (#604) 2021-12-28 06:13:52 +11:00
test_engine.rs Fix help flag (#4398) 2022-02-09 21:24:29 -05:00
test_env.rs Move $nu.env to $env (#665) 2022-01-05 08:34:42 +11:00
test_hiding.rs Add a fallback if Windows external spawn fails (#902) 2022-01-31 12:42:12 -05:00
test_iteration.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_math.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_modules.rs Move $nu.env to $env (#665) 2022-01-05 08:34:42 +11:00
test_parser.rs Make let-env work like let (#4389) 2022-02-09 13:41:41 -05:00
test_ranges.rs Fix custom call scope leak, refactor tests (#580) 2021-12-26 06:39:42 +11:00
test_strings.rs Add line ending autodetect to 'lines' (#589) 2021-12-27 10:11:18 +11:00
test_table_operations.rs Use 'table' on scripts and -c commands (#4377) 2022-02-09 05:58:54 -05:00
test_type_check.rs Allow int/float to coerce in type checker (#679) 2022-01-06 07:58:58 +11:00