summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/eshell-tests-helpers.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Fix reference-counting of Eshell I/O handlesJim Porter2022-12-291-10/+19
|/
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-171-7/+25
* ; Allow ignoring errors when calling 'eshell-match-command-output'Jim Porter2022-10-171-3/+10
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-041-0/+10
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-0/+21
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-13/+25
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-011-11/+12
* Send SIGPIPE to external Eshell processes if their output target closesJim Porter2022-02-211-3/+6
* Use 'require' to load eshell-tests-helpersJim Porter2022-02-031-0/+2
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-1/+1
* Add Eshell syntax to more easily bypass Eshell's own pipeliningSean Whitton2022-01-241-2/+2
* Rework eshell-match-result for testing asynchronous commandsSean Whitton2022-01-241-4/+5
* Move Eshell test helpers to their own fileSean Whitton2022-01-241-0/+90