#
gotests
Here are 6 public repositories matching this topic...
Neovim plugin for make golang development easiest
vim
go
golang
impl
lua
neovim
nvim
neovim-plugin
gotags
nvim-go
nvim-plugin
treesitter
nvim-treesitter
gotests
nvim-lua
goimpl
gomodifytags
-
Updated
Jul 2, 2022 - Lua
Improve this page
Add a description, image, and links to the gotests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gotests topic, visit your repo's landing page and select "manage topics."


I have two setups, in one the
-paralleloption works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).Both were installed with
go get -u github.com/cweill/gotests/...when in the $HOME directory within 15 minutes of each other.