elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
403 stars 30 forks source link

Run a specific test through the UI #46

Open mhanberg opened 1 year ago

mhanberg commented 1 year ago

Description

With the command to retrieve tests in a file, we should surface this through vim.ui.select to allow a user to run a specific test.

Similar to the test code lens, but doesn't require you to have your cursor on the line with the virtual text.

Dependent on #45.