We often have comments in our code review that tells people to remove their @tag
from tests they had tagged to have a tighter iteration loop. However, I think that is a waste to have depend on humans to make those comments.
Is there some option for mix test
, credo
or some other tool that exists to detect @tag
in tests?