summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/eshell-tests-helpers.el
Commit message (Expand)AuthorAgeFilesLines
* Port Eshell tests to AndroidPo Lu2025-02-261-233/+0
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Use 'eshell-with-handles' in a few more placesJim Porter2024-08-281-0/+6
* Fix Eshell "which" test on MS-WindowsJim Porter2024-06-151-6/+1
* Fix Eshell tests on MS-WindowsEli Zaretskii2024-06-091-1/+6
* Make Eshell's "which" command extensibleJim Porter2024-05-291-0/+26
* Fix calling Eshell scripts outside of EshellJim Porter2024-05-291-15/+21
* Consolidate Eshell module loading/unloading codeJim Porter2024-05-291-4/+6
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix debug logging for synchronous commands in Eshell testsJim Porter2023-09-011-2/+6
* | Add debug instrumentation for Eshell process managementJim Porter2023-08-311-8/+23
* | 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