Home

Awesome

<section align="center"> <a href="https://github.com/rcasia/neotest-bash/actions/workflows/makefile.yml"> <img src="https://github.com/rcasia/neotest-bash/actions/workflows/makefile.yml/badge.svg"> </a> <h1>neotest-bash</h1> <p> <a href="https://github.com/rcarriga/neotest">Neotest</a> adapter for Bash, using <a href="https://github.com/TypedDevs/bashunit">bashunit</a></p> </section>

image

🔧 Installation

It requires nvim-treesitter

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

vim-plug

Plug 'rcasia/neotest-bash'

NOTE: this plugin expects the bashunit binary to be in ./lib/bashunit.

âš™ Configuration

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