gotestit
gotestit copied to clipboard
Comparison of go lang testing libraries
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?...