Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stronger integration tests #43

Open
m-pilia opened this issue Nov 29, 2020 · 0 comments
Open

Add stronger integration tests #43

m-pilia opened this issue Nov 29, 2020 · 0 comments
Labels
continuous integration This issue is related to CI

Comments

@m-pilia
Copy link
Owner

m-pilia commented Nov 29, 2020

The current test strategy uses mocks of the LSP client APIs. This provides a controlled environment and helps preventing regressions, but it is not enough to prevent issues due to breaking changes in the dependencies (e.g. #39).

The purpose of this issue is to implement a full integration test that involves the latest version of the dependencies. The rough plan is:

  • in each build, download the latest version of each dependency and test against it (ALE, vim-lsp, vim-lsc, coc.nvim, etc.)
  • either set-up a real, minimal project, and get/build ccls, or implement a mock of ccls
@m-pilia m-pilia added the continuous integration This issue is related to CI label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration This issue is related to CI
Projects
None yet
Development

No branches or pull requests

1 participant