]> git.eshelyaron.com Git - emacs.git/commit
Add automated tests for Eglot
authorJoão Távora <joaotavora@gmail.com>
Sun, 11 Dec 2022 18:10:43 +0000 (18:10 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sun, 11 Dec 2022 23:21:40 +0000 (23:21 +0000)
commit9c0d7bb73bb6a8d81b476d3fa497569c3061bdca
tree5b695e9f060e81e4d9aaa5a2d715a0b7b2b1c569
parentd3669cfe156f43ca17b5d804fc9fd7fa1f8b0e26
Add automated tests for Eglot

Most of the tests require a specific LSP server to do their thing, and
skip themselves if this server isn't found.

This file is a modified/overhauled version of the original Eglot
automated tests that were developed in the old GitHub upstream.

* test/lisp/progmodes/eglot-tests.el: New file.
test/lisp/progmodes/eglot-tests.el [new file with mode: 0644]