-
-
I ran a `docker build` on `main` and had a unit test fail. After running the same exact command again, the test passed, leading me to believe that it's intermittent... which is concerning given that i…
-
There are already some test helpers like `assertEq`, `assert`, `failIfError`, `assertNotEq`.
This issue is about standardizing their usage such as removing duplicate behavior or extracting them to …
-
Currently, In testify we provide the below information as a part of test information,
https://github.com/stretchr/testify/blob/181cea6eab/suite/stats.go#L12
```
type TestInformation struct {
T…
-
On `glide install` (glide version 0.13.0-dev) I'm getting such error:
```Failed to generate lock file: Generating lock produced conflicting versions of github.com/stretchr/testify. import (~1.1.4),…
-
![image.png](https://raw.githubusercontent.com/aidoxe-123/pe/main/files/f2582954-b335-4ad2-a8b7-832948c87fb6.png)
It would be better if you can specify how much memory taken is too much, so that it i…
-
The genesis bridge, when it goes in, will create a couple of tech debts:
- [ ] messy gerrs package hub used also in dymint
- [ ] duplicated json definitions in rdk and hub
Probably the RDK or t…
danwt updated
5 months ago
-
Use https://github.com/junegunn/vader.vim
-
Example code:
```go
//doc:summary reports that you create mocks in an old-fashioned way
//doc:before mockReader := &iomocks.Reader{}
//doc:after mockReader := iomocks.NewReader(t)
func mockConstr…
-
From PR #254:
Best thing to do to facilitate integration into tools like vim-go would be to align with the output from `go test`. Stdlib prints a single line per error as `file.go:line: message`.
As…