Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(go): switch to neotest-golang #5

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

fredrikaverpil
Copy link
Contributor

hey @adibhanna I've come across your repo a few times and just figured I'd contribute back 😄

What is this PR for?

This PR switches nvim-neotest/neotest-go for fredrikaverpil/neotest-golang.

Does this PR fix an existing issue?

Neotest-go comes with some problems which are mitigated in neotest-golang. A full description/background is available in the project README, but here are some highlights:

Neotest-go issues mitigated in neotest-golang

Features

  • Supports all Neotest usage.
  • Integrates with nvim-dap-go for debugging of tests using delve.
  • Inline diagnostics.
  • Works great with andythigpen/nvim-coverage for displaying coverage in the sign column (per-Go package, or per-test basis).
  • Monorepo support (detect, run and debug tests in sub-projects).
  • Supports table tests (relies on treesitter AST detection).
  • Supports nested test functions.
  • Supports testify suites.

Notes

@adibhanna adibhanna merged commit 7cc95cd into adibhanna:main Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants