Skip to content

Commit

Permalink
docs: clarify Go specific support
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed May 18, 2024
1 parent bc2f132 commit ca4edbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ A Neotest adapter for running Go tests.
- Supports all [Neotest usage](https://github.com/nvim-neotest/neotest#usage).
- Integrates with [nvim-dap-go](https://github.com/leoluz/nvim-dap-go) for
debugging of tests.
- Monorepo support (detect, run and debug tests in sub-projects).
- Inline diagnostics.
- Works great with
[andythigpen/nvim-coverage](https://github.com/andythigpen/nvim-coverage) for
displaying coverage in the sign column (per-test basis).

Go specific:

- Monorepo support (detect, run and debug tests in sub-projects).
- Supports table tests (detected by treesitter AST).
- Supports nested test functions.

## 🚧 Pre-release

This Neotest adapter is under heavy development and considered beta. I'm,
Expand Down

0 comments on commit ca4edbc

Please sign in to comment.