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
There are hella reasons to mark a test as pending. But not many reasons to keep tests as pending forever in the code base. Tests that aren't running are dead code; they make sense as a temporary solution, but not for the eternity. Pending tests should be monitored, reviewed, and refactored every now and then.
This is a rule request to introduce a new opt-in rule, quick_discouraged_pending_test, to warn against pending tests. While some teams might want to have this always on (or off), others might prefer to run it sporadically.
There are hella reasons to mark a test as pending. But not many reasons to keep tests as pending forever in the code base. Tests that aren't running are dead code; they make sense as a temporary solution, but not for the eternity. Pending tests should be monitored, reviewed, and refactored every now and then.
This is a rule request to introduce a new opt-in rule,
quick_discouraged_pending_test
, to warn against pending tests. While some teams might want to have this always on (or off), others might prefer to run it sporadically.Triggering Examples
The text was updated successfully, but these errors were encountered: