You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I meant a more common solution than just fatal replacer.
2. `testifier` proposed to be a separate tool and maybe in separate repo
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)
Antonboom
changed the title
Feature request: tools/testifier
feature: tools/testifier
Jun 5, 2024
Repository owner
locked and limited conversation to collaborators
Jun 21, 2024
The tool that rewrites std
testing.T
assertions withstretchr/testify
.Example
Before:
After:
P.S. Press 👍 if you think this idea make sense.
The text was updated successfully, but these errors were encountered: