============================= test session starts ============================== platform linux -- Python 3.12.13, pytest-0.1.dev17328+g09f969fef, pluggy-1.6.0 -- /usr/local/bin/python rootdir: /tmp plugins: hypothesis-6.155.2 collected 2 items ../tmp/tmpi4_4wj7n.py .F [100%] =================================== FAILURES =================================== __________________________________ test_fail ___________________________________ def test_fail(): > assert 0 E assert 0 /tmp/tmpi4_4wj7n.py:6: AssertionError =========================== short test summary info ============================ FAILED ../tmp/tmpi4_4wj7n.py::test_fail - assert 0 ========================= 1 failed, 1 passed in 0.02s ==========================