============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-9.1.1, pluggy-1.6.0 -- /home/pytest/.venv/bin/python cachedir: .pytest_cache hypothesis profile 'default' rootdir: /tmp/pytest-of-root/pytest-9/test_all0 plugins: pastebin-1.0.0, hypothesis-6.157.2 collecting ... collected 3 items test_all.py::test_pass PASSED [ 33%] test_all.py::test_fail FAILED [ 66%] test_all.py::test_skip SKIPPED [100%] =================================== FAILURES =================================== __________________________________ test_fail ___________________________________ def test_fail(): > assert 0 E assert 0 test_all.py:5: AssertionError =========================== short test summary info ============================ FAILED test_all.py::test_fail - assert 0 ==================== 1 failed, 1 passed, 1 skipped in 0.14s ====================