nushell/tests
Andrés N. Robalino 392ff286b2 This commit is ongoing work for making Nu working with data processing
a joy. Fundamentally we embrace functional programming principles for
transforming the dataset from any format picked up by Nu. This table
processing "primitive" commands will build up and make pipelines
composable with data processing capabilities allowing us the valuate,
reduce, and map, the tables as far as even composing this declartively.

On this regard, `split-by` expects some table with grouped data and we
can use it further in interesting ways (Eg. collecting labels for
visualizing the data in charts and/or suit it for a particular chart
of our interest).
2019-10-29 16:04:31 -05:00
..
fixtures Add urlencode/urldecode 2019-09-19 16:25:29 +12:00
helpers Fix bug with multiple input objects to an external command. 2019-10-14 16:47:12 -04: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 Cover failure not found files cases. 2019-10-22 08:08:24 -05:00
command_ls_tests.rs Move off 'sum' to internal command 'count' for tests. 2019-10-15 05:16:47 -05: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 Cover failure not found files cases. 2019-10-22 08:08:24 -05:00
command_rm_tests.rs run rustfmt 2019-09-11 10:36:50 -04:00
commands_test.rs This commit is ongoing work for making Nu working with data processing 2019-10-29 16:04:31 -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 filter out the files that have the same size on multiple operating systems 2019-10-18 20:43:37 -04:00
tests.rs Attempt so simplify classified 2019-09-08 14:00:04 +12:00