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