frankban / quicktest

Quick helpers for testing Go applications
MIT License
529 stars 27 forks source link

Fix handling of verbosity in Cmp based checkers. #38

Closed frankban closed 5 years ago

frankban commented 5 years ago

Checkers created at compiler time now correctly handle verbosity. Also update go-cmp to take advantage of new diff output, and drop support for go v1.7 as new go-cmp uses sort.Slice that was introduced by go v1.8.