-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add the option to run the end-to-end tests over TCP
This extends pygls' test suite with a `--lsp-transport` command line argument. - `--lsp-transport stdio` (the default), runs the end-to-end tests over stdin/stdout. - `--lsp-transport tcp`, runs the end-to-end tests over a TCP connection The `poe test` task used in CI has been updated to run both style of end-to-end tests.
- Loading branch information
Showing
2 changed files
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters