gotestyourself/gotest.tools
A collection of packages to augment the go testing package and support common patterns.
GoNOASSERTION
Issues
- 7
source.CallExprArgs fails to open target source file when built with -trimpath
#277 opened by aaron42net - 3
Discussion: cmp.ErrorIs is not a full replacement for cmp.ErrorType, but is now deprecated
#272 opened by thaJeztah - 1
read "go test" output from stdin
#278 opened by pohly - 12
Issues implementing a "Not" comparison
#147 opened by cpuguy83 - 2
- 3
- 4
Add call Empty(values ...any)
#250 opened by skelouse - 4
- 4
Proposal: changes for next major release (v4)
#257 opened by dnephin - 1
Make a release
#267 opened by dolmen - 1
- 0
- 1
- 0
- 4
Generics in comparison functions?
#249 opened by glenjamin - 2
How to assert a Timeout condition ?
#243 opened by niloct - 2
Panic when calling t.Log(assert.Check())
#195 opened by cbandy - 3
Allow comparing zero for DurationWithThreshold
#240 opened by ha1f - 0
- 13
All of the godoc pages appear to be currently blank
#188 opened by glenjamin - 4
Helper for limiting a test's duration?
#220 opened by glenjamin - 3
go 1.18 wrong interface with gotest.tool
#225 opened by chmouel - 2
Comparing dirs with symlinks does not work
#141 opened by mat007 - 1
golden file trigger unexpected folder creation
#214 opened by ndeloof - 2
- 1
- 6
Follow symlinks in fs temp paths?
#202 opened by glenjamin - 6
Import aliases break the so-called “minimal module support” in GOPATH mode
#203 opened by elboulangero - 5
Suite runner
#194 opened by qustavo - 4
Feature: Implement data type comparison
#161 opened by alencarandre - 1
Add support for Go 1.14 testing Cleanup function
#179 opened by dnephin - 0
Fix fs.WithSymlink lack of symmetry
#192 opened by dnephin - 5
- 2
assert.Equal, assert.DeepEqual: maybe "code style" bug, easy code improvement
#182 opened by Sieciechu - 14
unable to compile tests due to "expects import"
#166 opened by mankinskin - 4
Typed nil errors should not pass "NilError"
#185 opened by zikaeroh - 1
- 4
Issue when checking for nil custom error
#167 opened by eduardboamba - 2
RFE: fs withReader
#160 opened by glenjamin - 1
Feature: Implement gRPC error assertion
#176 opened by cyantarek - 0
- 6
- 1
Expose `buildCmd`
#151 opened by se7entyse7en - 2
- 2
go modules compatibility
#156 opened by gracenoah - 6
TestDeepEqualFailure fails w/ go 1.12.2
#155 opened by eclipseo - 1
Better approach for error/non-error in table tests
#153 opened by thaJeztah - 2
Better approach for asserting "any error"
#154 opened by thaJeztah - 1
fs: Add Update method on *fs.Dir and *fs.File
#128 opened by icholy - 4
Go 1.11: example_test.go:22: Wrapf format %s reads arg #1, but call has 0 args
#126 opened by nim-nim