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

Provide test running code lens #389

Merged
merged 24 commits into from
Dec 4, 2020

Commits on Oct 18, 2020

  1. Provide code lenses for running tests (WIP)

    Étienne Lévesque committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    503f6c2 View commit details
    Browse the repository at this point in the history
  2. Remove unused function

    Étienne Lévesque committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    fd1793e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Properly identify test modules

    Étienne Lévesque committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    bd49269 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Handle errors in server request

    Étienne Lévesque committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    b7420ea View commit details
    Browse the repository at this point in the history
  2. Extract calls list

    Étienne Lévesque committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    d0b25ba View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Validate that parsing did not fail

    Étienne Lévesque committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    b8aeb9c View commit details
    Browse the repository at this point in the history
  2. Clean up searching for test calls

    Étienne Lévesque committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    01b0758 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Refactor provider to include test name in lenses

    Étienne Lévesque committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    03b36f6 View commit details
    Browse the repository at this point in the history
  2. Rename Spec code lens provider to TypeSpec

    Étienne Lévesque committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    642aa8b View commit details
    Browse the repository at this point in the history
  3. Update code lenses provider documentation

    Étienne Lévesque committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f61fdd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Move doc + update command

    Étienne Lévesque committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d938be9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/elixir-lsp/elixir-ls into…

    … test_code_lens
    Étienne Lévesque committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    395be90 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Improve error handling

    Étienne Lévesque committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    4b7990c View commit details
    Browse the repository at this point in the history
  2. Add code_lens_error to JsonRpc

    Étienne Lévesque committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    1fb2bb6 View commit details
    Browse the repository at this point in the history
  3. Don't raise if describe not found

    Étienne Lévesque committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    95f205a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Add provider unit tests

    Étienne Lévesque committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    26fe78e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Add server test

    Étienne Lévesque committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    185a0d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Extract describe and test block modules

    Étienne Lévesque committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    918ada4 View commit details
    Browse the repository at this point in the history
  2. Handle setting for disabling test code lenses

    Étienne Lévesque committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    069c323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe0e8e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Return empty list instead of error for disabled lenses

    Étienne Lévesque committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    dc012a2 View commit details
    Browse the repository at this point in the history
  2. Update tests

    Étienne Lévesque committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    6b616fb View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Étienne Lévesque committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    1230ce3 View commit details
    Browse the repository at this point in the history
  4. Delete .tool-versions

    axelson authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f8c1c58 View commit details
    Browse the repository at this point in the history