Skip to content

Commit

Permalink
docs(README): add link to testthat adapter (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsambongi authored Jul 4, 2022
1 parent 8555ca5 commit 654bb7c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ To get started you will also need to install an adapter for your test runner.

### Supported Runners

| Test Runner | Adapter |
| :-------------- | :----------------------------------------------------------------: |
| pytest | [neotest-python](https://github.com/nvim-neotest/neotest-python) |
| python-unittest | [neotest-python](https://github.com/nvim-neotest/neotest-python) |
| plenary | [neotest-plenary](https://github.com/nvim-neotest/neotest-plenary) |
| go | [neotest-go](https://github.com/akinsho/neotest-go) |
| jest | [neotest-jest](https://github.com/haydenmeade/neotest-jest) |
| rspec | [neotest-rspec](https://github.com/olimorris/neotest-rspec) |
| dart, flutter | [neotest-dart](https://github.com/sidlatau/neotest-dart) |
| Test Runner | Adapter |
| :-------------- | :------------------------------------------------------------------: |
| pytest | [neotest-python](https://github.com/nvim-neotest/neotest-python) |
| python-unittest | [neotest-python](https://github.com/nvim-neotest/neotest-python) |
| plenary | [neotest-plenary](https://github.com/nvim-neotest/neotest-plenary) |
| go | [neotest-go](https://github.com/akinsho/neotest-go) |
| jest | [neotest-jest](https://github.com/haydenmeade/neotest-jest) |
| 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) |

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

0 comments on commit 654bb7c

Please sign in to comment.