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
While assertEqual is ok for unit tests, asserts with semantically meaningful error messages in real code would be helpful Thus, a version of assertEqual, which also accepts a message could be added.
The text was updated successfully, but these errors were encountered:
While
assertEqual
is ok for unit tests, asserts with semantically meaningful error messages in real code would be helpful Thus, a version ofassertEqual
, which also accepts a message could be added.The text was updated successfully, but these errors were encountered: