Comment on 3 percent of Python codebases we checked had silently failing unit testsparentComments−d0mine4yor 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)
Comments
or just:
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)