Hacker News new | ask | show | jobs
by d0mine 1582 days ago
or just:

    assert expr, "custom message"
though given the verbose api, it is ok to require the explicit msg kwarg (duplication in the tests is ok if it makes them more robust)