Hacker News new | ask | show | jobs
by cyberia23424 1582 days ago
Second arg is a string message to display when test fails
1 comments

Indeed, from TFA;

"assertTrue also accepts a second argument, which is the custom error message to show if the first argument is not truthy. This call signature allows the mistake to be made and the test to pass and therefore possibly fail silently."