-
So.... I _think_ this may be from this library, but I'm not 100% sure.
Basically Trouble recently went through a rewrite for v3, see: https://github.com/folke/trouble.nvim
And now I see this out…
-
```
gotest...................................................................Failed
- hook id: gotest
- exit code: 1
--- FAIL: TestCreateFixture (0.00s)
data_test.go:11:
Er…
-
I have two setups, in one the `-parallel` option 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…
-
I found that if current working directory path contains symbolic link, running `require('dap-go').debug_test()` will ignore breakpoint.
---
It is like following:
- create directory `~/workspace…
-
-
Running :GoTest on a test that has no failures is showing the below error
The test with not modification passes when ```go test ./...``` is run direction from the command line
I am experi…
-
Similar to https://github.com/gotestyourself/gotest.tools/issues/274, the CI system I use has multiple concurrent builds and tests running in the same container, so it does source checkouts in tempora…
-
## Background
Repo `ghetzel/pivot` used the old path to import `gotestyourself` indirectly.
This caused that `github.com/gotestyourself/gotestyourself` and `gotest.tools` coexist in this repo:
http…
-
## Background
Repo `mozilla/sops` used the old path to import `gotestyourself` indirectly.
This caused that `github.com/gotestyourself/gotestyourself` and `gotest.tools` coexist in this repo:
https…
-
### Description
- older ticket: https://github.com/docker/cli/issues/3441
Looks like this test has become flaky again, but .. different; e.g. seen failing on https://github.com/docker/cli/pull/523…