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
Binary logical operators should never be needed in assertion arguments. Usually it should be possible to decompose the assertion into multiple assertions if needed.
Additionally, using logical-or in an assertion may be a sign that a test is non-deterministic.
The text was updated successfully, but these errors were encountered:
platinumazure
changed the title
New rule: Forbid logical operators in assertion arguments
New rule: Forbid (binary) logical operators in assertion arguments
Aug 22, 2016
Binary logical operators should never be needed in assertion arguments. Usually it should be possible to decompose the assertion into multiple assertions if needed.
Additionally, using logical-or in an assertion may be a sign that a test is non-deterministic.
The text was updated successfully, but these errors were encountered: