Skip to content

pytest-lsp v0.4.0 - 2023-11-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 20:22
· 98 commits to develop since this release

v0.4.0 - 2023-11-13

Features

  • The test LanguageClient now supports workspace/configuration requests (#90)
  • pytest-lsp's LanguageClient is now able to handle window/workDoneProgress/create requests. (#91)
  • pytest-lsp is now able to integrate with lsp-devtools, run pytest with the --lsp-devtools flag to enable the integration. (#97)

Enhancements

  • It is now possible to select a specific version of a client when using the client_capabilities() function.
    e.g. client-name@latest, client-name@v2 or client-name@2.1.3. pytest-lsp will choose the latest available version of the client that satisfies the given constraint. (#101)

Client Capabilities

  • Add client capabilities for Neovim versions v0.7.0 and v0.8.0 (#89)
  • Add client capabilities for Neovim v0.9.1 (#100)