Skip to content

Commit

Permalink
docs(README): add neotest-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Sep 6, 2022
1 parent 99be268 commit 040a012
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ To get started you will also need to install an adapter for your test runner.
| rspec | [neotest-rspec](https://github.com/olimorris/neotest-rspec) |
| dart, flutter | [neotest-dart](https://github.com/sidlatau/neotest-dart) |
| testthat | [neotest-testthat](https://github.com/shunsambongi/neotest-testthat) |
| phpunit | [neotest-phpunit](https://github.com/olimorris/neotest-phpunit) |
| rust | [neotest-rust](https://github.com/rouge8/neotest-rust) |
| elixir | [neotest-elixir](https://github.com/jfpedroza/neotest-elixir) |
| phpunit | [neotest-phpunit](https://github.com/olimorris/neotest-phpunit) |
| rust | [neotest-rust](https://github.com/rouge8/neotest-rust) |
| elixir | [neotest-elixir](https://github.com/jfpedroza/neotest-elixir) |
| dotnet | [neotest-dotnet](https://github.com/Issafalcon/neotest-dotnet) |

For any runner without an adapter you can use [neotest-vim-test](https://github.com/nvim-neotest/neotest-vim-test) which supports any runner that vim-test supports.
The vim-test adapter does not support some of the more advanced features such as error locations or per-test output.
Expand Down Expand Up @@ -111,6 +112,7 @@ See `:h neotest.Config` for configuration options and `:h neotest.setup()` for t

If you are using [lua-dev.nvim](https://github.com/folke/lua-dev.nvim), you can enable type checking for neotest to get
autocomplete for the setup table.

```lua
require("lua-dev").setup({
library = { plugins = { "neotest" }, types = true },
Expand Down

0 comments on commit 040a012

Please sign in to comment.