| ============================= test session starts ==============================
|
| platform linux -- Python 3.13.13, pytest-9.1.0.dev370+g09f969fef, pluggy-1.6.0 -- /usr/local/bin/python
|
| cachedir: .pytest_cache
|
| hypothesis profile 'default'
|
| rootdir: /tmp
|
| plugins: hypothesis-6.155.2
|
| collecting ... collected 2 items
|
|
|
| test_pastebin/test_simple.py::test_pass PASSED [ 50%]
|
| test_pastebin/test_simple.py::test_fail FAILED [100%]
|
|
|
| =================================== FAILURES ===================================
|
| __________________________________ test_fail ___________________________________
|
|
|
| def test_fail():
|
| > assert False
|
| E assert False
|
|
|
| test_pastebin/test_simple.py:5: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED test_pastebin/test_simple.py::test_fail - assert False
|
| ========================= 1 failed, 1 passed in 0.17s ==========================
|