| ============================= test session starts ==============================
|
| platform linux -- Python 3.9.20, pytest-8.4.1, pluggy-1.6.0 -- /opt/miniconda3/envs/testbed/bin/python
|
| cachedir: .pytest_cache
|
| rootdir: /testbed
|
| configfile: pytest.ini
|
| collecting ... collected 1 item
|
|
|
| test_pastebin.py::test_error FAILED [100%]
|
|
|
| =================================== FAILURES ===================================
|
| __________________________________ test_error __________________________________
|
|
|
| def test_error():
|
| > assert 1 == 0, "This is a test failure"
|
| E AssertionError: This is a test failure
|
| E assert 1 == 0
|
|
|
| test_pastebin.py:2: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED test_pastebin.py::test_error - AssertionError: This is a test failure
|
| ============================== 1 failed in 0.02s ===============================
|