Auto-test and web UI Next To run your tests, do what you do best in your terminal: go test Example output: (real output is colorized) ..... 5 assertions and count...
✓ = Has it~ = Kind of has it? = Not sure yet Feature GoConvey Native go test Testify goblin PrettyTest Ginkgo Uses go test ✓ ✓ ✓ ✓ ✓ ~ Web UI ✓ Web UI reports t...
General Equality Numeric Quantity comparison Collections Strings panic Type checking time.Time (and time.Duration) Next GoConvey comes with a lot of standard assertions yo...
Skipping Convey registrations Unimplemented Convey registrations Skipping So assertions Running Only Certain Convey Registrations End of tutorial Sometimes it's nice to ignor...