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
Ensure that assertions are not carried out in the Arrange block - a smell that arrangement is too complicated.
Add bad examples.
Update documentation with new error code: "Problematic code", "Correct code", "Rationale", "Exceptions"
Update CHANGELOG
Extra: Add example of assert and self.assertEqual() in Act with statement body. This pins this responsibility on the context manager analysis that happens when the Act block is built.
The text was updated successfully, but these errors were encountered:
Ensure that assertions are not carried out in the Arrange block - a smell that arrangement is too complicated.
Add bad examples.
Update documentation with new error code: "Problematic code", "Correct code", "Rationale", "Exceptions"
Update CHANGELOG
Extra: Add example of
assert
andself.assertEqual()
in Actwith
statement body. This pins this responsibility on the context manager analysis that happens when the Act block is built.The text was updated successfully, but these errors were encountered: