1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Add more tests for the Emacs server

* test/lisp/server-tests.el (server-tests/emacs-client)
(server-tests/max-wait-time): New constants.
(server-tests/start-emacsclient): New function.
(server-tests/with-server, server-tests/wait-until): New macros.
(server-tests/variable): New variable.
(server-test/server-start-sets-minor-mode): Rename to...
(server-tests/server-start/sets-minor-mode): ... this.
(server-tests/server-start/stop-prompt-with-client)
(server-tests/server-start/no-stop-prompt-without-client)
(server-tests/emacsclient/server-edit)
(server-tests/emacsclient/create-frame, server-test/emacsclient/eval):
New tests.

* test/lib-src/emacsclient-tests.el: Mention the above file.
This commit is contained in:
Jim Porter 2022-11-19 22:26:45 -08:00
parent 1c1a82bbed
commit 339893f2e3
2 changed files with 105 additions and 10 deletions

View file

@ -19,7 +19,9 @@
;;; Commentary:
;;
;; Tests for the emacsclient executable. For tests involving the
;; interaction between emacsclient and an Emacs server, see
;; test/lisp/server-tests.el.
;;; Code: