Skip to content

Provide test running code lens#389

Merged
lukaszsamson merged 24 commits intoelixir-lsp:masterfrom
Blond11516:test_code_lens
Dec 4, 2020
Merged

Provide test running code lens#389
lukaszsamson merged 24 commits intoelixir-lsp:masterfrom
Blond11516:test_code_lens

Conversation

@Blond11516
Copy link
Contributor

@Blond11516 Blond11516 commented Oct 18, 2020

Provide code lenses that allow to automatically run tests.

Adds a function to the CodeLens provider which provides the following lenses:

  • One lens to run tests for the whole file
  • One lens to run each describe block
  • One lens to run each test block

Lenses are only provided for files which import the ExUnit.Case module.

VSCode PR: elixir-lsp/vscode-elixir-ls#155

Fixes #386

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Test running functionality

3 participants