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