Skip to content

shunsambongi/neotest-testthat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neotest-testthat

Neotest adapter for R packages using testthat tests.

Requires nvim-treesitter and the parser for R.

require('neotest').setup {
  adapters = {
    require('neotest-testthat')
  }
}