nushell/tests
Jonathan Turner 193b00764b
Stream support (#812)
* Moves off of draining between filters. Instead, the sink will pull on the stream, and will drain element-wise. This moves the whole stream to being lazy.
* Adds ctrl-c support and connects it into some of the key points where we pull on the stream. If a ctrl-c is detect, we immediately halt pulling on the stream and return to the prompt.
* Moves away from having a SourceMap where anchor locations are stored. Now AnchorLocation is kept directly in the Tag.
* To make this possible, split tag and span. Span is largely used in the parser and is copyable. Tag is now no longer copyable.
2019-10-13 17:12:43 +13:00
..
fixtures Add urlencode/urldecode 2019-09-19 16:25:29 +12:00
helpers Overhaul the expansion system 2019-10-10 08:27:51 -07:00
command_cd_tests.rs Filesystem shell can't cd into files. Ever. 2019-09-24 15:34:30 -05:00
command_config_test.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
command_cp_tests.rs Trim trailing whitespace and set it in editorconfig 2019-09-03 02:52:52 +02:00
command_enter_test.rs Readability improvement. 2019-08-29 01:31:56 -05:00
command_ls_tests.rs run rustfmt 2019-09-11 10:36:50 -04:00
command_mkdir_tests.rs Readability improvement. 2019-08-29 01:31:56 -05:00
command_mv_tests.rs run rustfmt 2019-09-11 10:36:50 -04:00
command_open_tests.rs Stream support (#812) 2019-10-13 17:12:43 +13:00
command_rm_tests.rs run rustfmt 2019-09-11 10:36:50 -04:00
commands_test.rs first and get coverage. 2019-09-12 05:22:58 -05:00
external_tests.rs run rustfmt 2019-09-11 10:36:50 -04:00
filter_inc_tests.rs run rustfmt 2019-09-11 10:36:50 -04:00
filter_str_tests.rs pass lint checks. 2019-09-12 01:49:01 -05:00
filters_test.rs Add urlencode/urldecode 2019-09-19 16:25:29 +12:00
tests.rs Attempt so simplify classified 2019-09-08 14:00:04 +12:00