stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
22.5k stars 1.56k forks source link

README: link out to the excellent testifylint #1568

Closed brackendawson closed 3 months ago

brackendawson commented 4 months ago

Summary

Add a call to action to the README to use testifylint.

Changes

Motivation

Testify has many pitfalls due to the quality of some parts of the API, a lot of these cannot be fixed in testify without breaking the Go modules compatibility promise. testifylint can warn users when they fall in these pits.

dolmen commented 3 months ago

Cc: @Antonboom for review

dolmen commented 3 months ago

@brackendawson It would be good to also link to testifylint from the packages documentations for more visibility.