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
The fact that assert behaves like expect and that it is not throwing / short-circuiting very much breaks least surprise for new comers. So I think it ought to be changed.
It should retain a an equivalent set of variants to expect, but all its variants should throw in the case of a failed assertion.
The text was updated successfully, but these errors were encountered:
The fact that
assert
behaves likeexpect
and that it is not throwing / short-circuiting very much breaks least surprise for new comers. So I think it ought to be changed.It should retain a an equivalent set of variants to
expect
, but all its variants should throw in the case of a failed assertion.The text was updated successfully, but these errors were encountered: