summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/eshell-tests-helpers.el
Commit message (Expand)AuthorAgeFilesLines
* 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