============================= test session starts ============================== platform linux -- Python 3.13.13, pytest-0.1.dev17328+g09f969fef.d20260628, pluggy-1.6.0 -- /usr/local/bin/python rootdir: /tmp plugins: hypothesis-6.155.2 collected 3 items test_multi_fail.py FFF [100%] =================================== FAILURES =================================== __________________________________ test_fail1 __________________________________ def test_fail1(): > assert False E assert False test_multi_fail.py:2: AssertionError __________________________________ test_fail2 __________________________________ def test_fail2(): > assert False E assert False test_multi_fail.py:5: AssertionError __________________________________ test_fail3 __________________________________ def test_fail3(): > assert False E assert False test_multi_fail.py:8: AssertionError =========================== short test summary info ============================ FAILED test_multi_fail.py::test_fail1 - assert False FAILED test_multi_fail.py::test_fail2 - assert False FAILED test_multi_fail.py::test_fail3 - assert False ============================== 3 failed in 0.02s ===============================