# README
go-testx
Testing suite inspired in https://github.com/stretchr/testify and https://github.com/smartystreets/goconvey
- This suite allows all
assert
functions provided bystretch/testify
but prints results to the terminal in a friendlier way. - Allows blocks of tests using
Convey
asgoconvey
would, but uses assert functions fromassert
instead ofSo(value, assertHandler, expected)
- It is compatible with the
goconvey
binary.