pytest-lsp v0.4.1 - 2024-02-07
github-actions
released this
07 Feb 21:59
·
80 commits
to develop
since this release
v0.4.1 - 2024-02-07
Enhancements
- When a test fails
pytest-lsp
will now show the server'sstderr
output (if any) (#143)
Client Capabilities
- Add client capabilities for Emacs v29.1 (#142)
Fixes
LspSpecificationWarnings
will no longer be incorrectly emitted when a client does indeed supportwindow/workDoneProgress/create
requests (#119)
Misc
- Bump minimum version of
pytest-asyncio
to0.23.0
(#126)