Replies: 1 comment
-
Extracted from this comment from maintainer in a PR about adding something to CONTRIBUTING
So the idea in this issue is more than adding new rules. It might be a separate linter that will detect if code is tests could be replaced by using testify (either if code is partially using testify or simply not using it) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The tool that rewrites std
testing.T
assertions withstretchr/testify
.Example
Before:
After:
P.S. Press 👍 if you think this idea make sense.
Beta Was this translation helpful? Give feedback.
All reactions