]> git.eshelyaron.com Git - emacs.git/commit
; Add more tests for the Emacs server
authorJim Porter <jporterbugs@gmail.com>
Sun, 20 Nov 2022 06:26:45 +0000 (22:26 -0800)
committerJim Porter <jporterbugs@gmail.com>
Fri, 25 Nov 2022 01:27:11 +0000 (17:27 -0800)
commit339893f2e3b5cb7263ba5204e083d5605df72446
tree963539dbc2d8a2908c9f6eb03ca75b904ef0d8a8
parent1c1a82bbedf2a70d97e266d403ba6c45cc139c9b
; 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.
test/lib-src/emacsclient-tests.el
test/lisp/server-tests.el