nushell/crates/nu-std/tests
mike 39e51f1953
add more commands to std iter (#9129)
# Description

this pr adds the following commands to `std iter`
- `iter find-index` -> returns the index of the first element that
matches the predicate or `-1` if none
- `iter flat-map` -> maps a closure to each nested structure and
flattens the result
- `iter zip-with` -> zips two structures and applies a closure to each
of the zips

it also fixes some \*\*very minor\*\* inconsistencies in the module
2023-05-10 19:18:42 +02:00
..
test_asserts.nu stdlib: refactor into a multi-module library (#8815) 2023-04-09 20:00:20 +03:00
test_dirs.nu stdlib test runner: implement setup and teardown commands to unit tests (#8776) 2023-04-10 22:42:11 +02:00
test_iter.nu add more commands to std iter (#9129) 2023-05-10 19:18:42 +02:00
test_logger.nu FEATURE: format std log and add --short option (#9091) 2023-05-08 10:13:21 +02:00
test_setup_teardown.nu stdlib test runner: implement setup and teardown commands to unit tests (#8776) 2023-04-10 22:42:11 +02:00
test_std.nu REFACTOR: move the banner from the rust source to the standard library (#8406) 2023-05-10 07:05:01 -05:00
test_xml.nu stdlib test runner: implement setup and teardown commands to unit tests (#8776) 2023-04-10 22:42:11 +02:00