def test_simple(): assert 1 == 1 def test_fail(): assert 1 == 2