From ca4edbc437b081217fcbf3305dd71ac33fac821d Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 18 May 2024 13:40:23 +0200 Subject: [PATCH] docs: clarify Go specific support --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8c5ecf..17237dae 100644 --- a/README.md +++ b/README.md @@ -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,