swyddfa / lsp-devtools

Tooling for working with language servers and clients.
https://lsp-devtools.readthedocs.io/en/latest/
47 stars 8 forks source link

pytest-lsp: Forward a server's `stderr` output #147

Closed alcarney closed 5 months ago

alcarney commented 5 months ago

This should be enough in most cases to get pytest to report the server's log output on failure.

There may be issues if there are multiple servers running concurrently/within the same session but we will cross that bridge if/when it becomes an issue.

Closes #143