============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-8.4.1, pluggy-1.6.0 -- /usr/bin/python3 rootdir: /tmp/pytest-of-root/pytest-3/test_pastebin_option_outputs_u0 plugins: anyio-4.10.0 collected 1 item test_fail.py F [100%] =================================== FAILURES =================================== _________________________________ test_failure _________________________________ def test_failure(): > assert False, 'intentional failure for pastebin test' E AssertionError: intentional failure for pastebin test E assert False test_fail.py:3: AssertionError =========================== short test summary info ============================ FAILED test_fail.py::test_failure - AssertionError: intentional failure for p... ============================== 1 failed in 0.04s ===============================