| ============================= test session starts ==============================
|
| platform linux -- Python 3.9.18, pytest-7.4.0, pluggy-1.3.0
|
| rootdir: /testbed
|
| collected 1 item
|
|
|
| test_pastebin.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| ___________________________________ test_fail ___________________________________
|
|
|
| def test_fail():
|
| # This test will fail
|
| assert 0 == 1, "This is an intentional failure for testing"
|
| E AssertionError: This is an intentional failure for testing
|
| E assert 0 == 1
|
|
|
| /testbed/test_pastebin.py:5: AssertionError
|
| =========================== 1 failed in 0.02 seconds ===========================
|