Skip to content

Neotest adapter for Bash, using bashunit.

License

Notifications You must be signed in to change notification settings

meleu-cw/neotest-bash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neotest-bash

Neotest adapter for Bash, using bashunit

image

🔧 Installation

It requires nvim-treesitter

Make sure you have the bash parser installed. Use :TSInstall bash

vim-plug

Plug 'rcasia/neotest-bash'

⚙ Configuration

require("neotest").setup({
  adapters = {
    require("neotest-bash")
  }
})

About

Neotest adapter for Bash, using bashunit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 90.3%
  • Shell 6.2%
  • Makefile 2.2%
  • Vim Script 1.3%