frankban / quicktest

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

Produce a stack trace instead of a code context #36

Closed frankban closed 5 years ago

frankban commented 5 years ago

Now multiline statements are printed as part of the stack message, together with full path of test files. Also only show values in Cmp/DeepEquals error outputs when "go test -v" is used, in order to reduce noise.