def test_fail(): > assert False, "This test fails" E AssertionError: This test fails E assert False /tmp/tmpuqlugn1a.py:3: AssertionError