def test_fail(): """A test that will fail.""" > assert 1 == 2, "This will fail" E AssertionError: This will fail E assert 1 == 2 /tmp/tmpqsqll1li.py:4: AssertionError