A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nvim-neotest/neotest-vim-test below:

nvim-neotest/neotest-vim-test: Neotest adapter for vim-test

Neotest adapter for vim-test. Supports running any test runner that is supported by vim-test. Any existing vim-test configuration should work out of the box.

Requires vim-test to be installed.

It is recommended to add any filetypes that are covered by another adapter to the ignore list.

require("neotest").setup({
  adapters = {
    ..., -- Any other adapters
    require("neotest-vim-test")({ ignore_filetypes = { "python", "lua" } }),
    -- Or to only allow specified file types
    require("neotest-vim-test")({ allow_file_types = { "haskell", "elixir" } }),
  }
})

This is a simple wrapper around vim-test. There are several features lacking that more integrated adapters will have along with bugs that can't be fixed:

This adapter should only be used if there is no alternative available for your test runner.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4