summaryrefslogtreecommitdiff
path: root/crates/nu-test-support/src
AgeCommit message (Expand)Author
2024-03-08Update tests Playground (#12134)Yash Thakur
2024-02-24Remove some unnecessary static `Vec`s (#11947)Stefan Holderbach
2023-12-28Allow spreading arguments to commands (#11289)Yash Thakur
2023-11-15Testing support tweaks: exit status in `Outcome` (#10692)Skyler Hawthorne
2023-10-10fix clippy (#10659)WindSoilder
2023-09-21Simplify `nu!` test macros. (#10403)Stefan Holderbach
2023-09-12Deref `&String` arguments to `&str` where appropriate (#10321)Stefan Holderbach
2023-09-05Fix unit tests on Android (#10224)Skyler Hawthorne
2023-08-14fix(nu-parser): do not update plugin.nu file on nu startup (#10007)Kiryl Mialeshka
2023-08-14test: clear parent envs to prevent leakage to tests (#9976)Kiryl Mialeshka
2023-07-19Remove underused devdep `getset` (#9727)Stefan Holderbach
2023-07-05Document `fn pipeline()` used with `nu!` tests (#9609)Stefan Holderbach
2023-04-10Add option to not load std-lib. Default tests to not use std-lib (#8833)JT
2023-03-22Remove once_cell dependency from nu-test-support create. (#8568)Jérémy Audiger
2023-03-05Put a lock around `cargo build` invocations for plugin tests (#8333)Reilly Wood
2023-02-13Move some `from xxx` commands to plugin (#7942)WindSoilder
2023-02-01Fix: dst error on cp command (#7895)Amirhossein Akhlaghpour
2023-01-29Use variable names directly in the format strings (#7906)Stefan Holderbach
2023-01-27Remove 🆖 comments (#7877)Reilly Wood
2023-01-24Reduce again the number of match calls (#7815)Hofer-Julian
2023-01-08Revert "Primitives now use color closures..." (#7710)Reilly Wood
2023-01-03Primitives now use color closures when printed on the command line (#7650)Leon
2022-12-26Fix typos by codespell (#7600)Kian-Meng Ang
2022-12-22Make `config.filesize_format`/`config.filesize_metric` conflict resolution co...Leon
2022-12-17replace lazy_static with once_cell (#7502)Jaffar Ashoor
2022-12-15Use `nu-path` correctly in `nu!` test macro to make dev-dependency transitive...Stefan Holderbach
2022-11-04Run a round of clippy --fix to fix a ton of lints (#7006)Alex Saveau
2022-09-07Remove `--encoding` argument during register plugin (#6486)WindSoilder
2022-08-12Add decimals to int when using `into string --decimals` (#6085)Björn Richter
2022-07-29Fix file lookup in parser keywords; Refactor nu_repl (#6185)Jakub Žádník
2022-07-22Restore `nu_with_plugins` test macro (#6065)Mathspy
2022-06-10While starting nu, force PWD to be current working directory (#5751)WindSoilder
2022-06-04Address lints from clippy for beta/nightly (#5709)Stefan Holderbach
2022-05-26make cp can copy folders contains dangling symbolic link (#5645)WindSoilder
2022-05-17refactor all write_alls to ensure flushing (#5567)Darren Schroeder
2022-05-16Try removing debuginfo for ci builds (#5549)JT
2022-05-02More escaping/unescaping fixes (#5403)JT
2022-04-20nu-cli: added tests for file completions (#5232)Herlon Aguiar
2022-03-13Nu glob (#4818)JT
2022-02-24Try again with math-like externals (#4629)JT
2022-02-18Test support fixes (#4517)Jakub Žádník
2022-02-07Remove old nushell/merge engine-qJT
2022-02-07engine-q mergeFernando Herrera
2022-02-03Command tests (#922)JT
2022-02-02Add initial nu-test-support port (#913)JT
2022-01-18Fix clippy lints (#4262)JT
2021-12-03Fix clippy warnings (#4176)JT
2021-09-10Add general refactorings (#3996)Marcin Puc
2021-08-28nu-path crate refactor (#3730)Jakub Žádník
2021-07-29add performance metrics for measuring startup time (#3854)Darren Schroeder