frankban / quicktest

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

Update go-cmp dependency to v0.5.2 #76

Closed frankban closed 4 years ago

frankban commented 4 years ago

To do that, simplify the cmp report test, which is not really required to be comprehensive, as its goal is to show that the diff is displayed sanely, not that the diff itself is correct.

Fixes https://github.com/frankban/quicktest/issues/74