gotestit icon indicating copy to clipboard operation
gotestit copied to clipboard

Comparison of go lang testing libraries

Results 2 gotestit issues
Sort by recently updated
recently updated
newest added

HasLen: https://pkg.go.dev/github.com/stretchr/testify/assert#Len IsSame: https://pkg.go.dev/github.com/stretchr/testify/assert#Same StringMatches: https://pkg.go.dev/github.com/stretchr/testify/assert#Regexp Within: https://pkg.go.dev/github.com/stretchr/testify/assert#Assertions.InDelta -- is that similar enough?

This is great reference material. I plan on linking to this repository from [GoConvey](https://github.com/smartystreets/goconvey) which is (yet another) testing tool for golang. Would you consider adding GoConvey to this repository?...