Pytest LSP Crystal CI

LSP implementation for pytests in pure Crystal Version 1.0.0v will be available as soon we switch to LSP server library. Also LSP server library need to be 1.0.0v+ too.

Usage

with coc.nvim

"languageserver": {
    "pytest": {
        "command": "<path to downloaded or build executable>",
        "filetypes": ["python"],
    }
}

If you have any problems with this instalation process, please refer to coc.nvim language server guide. If you think that the problem is in pytest_lsp itself, then feel free to open an issue

with any other client

Roadmap

Contributing

  1. Fork it ( https://github.com/teggotic/pytest_lsp/fork )
  2. Create your feature branch (git checkout -b feature/my_new_feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors