We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From go help test:
go help test
The go tool will ignore a directory named "testdata", making it available to hold ancillary data needed by the tests.
Currently, vscode-go test provider collects tests from files under 'testdata' directories. They need to be skipped.
Status