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
This issue aims to bring a new parameter to the assertions template functions of the test-suite module.
The idea is that, in most every major framework, assertions typically allow the user to pass an optional message when the assertion fails.
Is for that reason that is requested to implement such feature based on this description. Changes are minimal and easy, so it should take a minimal effort to do this.