Skip to content

Commit

Permalink
docs: fix typo, mention testify (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 11, 2024
1 parent f2fab87 commit ca4f87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Reliable Neotest adapter for running Go tests in Neovim.
- Works great with
[andythigpen/nvim-coverage](https://github.com/andythigpen/nvim-coverage) for
displaying coverage in the sign column.
- Supports [testify](https://github.com/stretchr/testify) suites.

<details>
<summary>Why a second Neotest adapter for Go? 🤔</summary>
Expand Down Expand Up @@ -76,7 +77,7 @@ return {
| `go_test_args` | `{ "-v", "-race", "-count=1" }` | Arguments to pass into `go test`. |
| `dap_go_enabled` | `false` | Leverage [leoluz/nvim-dap-go](https://github.com/leoluz/nvim-dap-go) for debugging tests. |
| `dap_go_opts` | `{}` | Options to pass into `require("dap-go").setup()`. |
| `testify_enabled` | `false` | Enable support for [testify](https://github.com/stretchr/testify) suites. See [here](https://github.com/fredrikaverpil/#testify-suites) for more info. |
| `testify_enabled` | `false` | Enable support for [testify](https://github.com/stretchr/testify) suites. See [here](https://github.com/fredrikaverpil/neotest-golang#testify-suites) for more info. |
| `warn_test_name_dupes` | `true` | Warn about duplicate test names within the same Go package. |
| `warn_test_not_executed` | `true` | Warn if test was not executed. |

Expand Down

0 comments on commit ca4f87c

Please sign in to comment.