| ============================= test session starts ==============================
|
| platform linux -- Python 3.11.5, pytest-9.0.3, pluggy-1.6.0 -- /opt/miniconda3/bin/python
|
| rootdir: /tmp/test_paste
|
| collected 2 items
|
|
|
| test_fail.py F [ 50%]
|
| test_output.py . [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _______________________________ test_always_fail _______________________________
|
|
|
| def test_always_fail():
|
| > assert False, "This test will intentionally fail to trigger pastebin"
|
| E AssertionError: This test will intentionally fail to trigger pastebin
|
| E assert False
|
|
|
| test_fail.py:2: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED test_fail.py::test_always_fail - AssertionError: This test will intent...
|
| ========================= 1 failed, 1 passed in 0.02s ==========================
|