============================= test session starts ============================== platform linux -- Python 3.9.20, pytest-4.6.6.dev9+g8aba863a6, py-1.11.0, pluggy-0.13.1 -- /opt/miniconda3/envs/testbed/bin/python cachedir: .pytest_cache rootdir: /tmp/test_pastebin collecting ... collected 2 items test_example.py::test_pass PASSED [ 50%] test_example.py::test_fail FAILED [100%] =================================== FAILURES =================================== __________________________________ test_fail ___________________________________ def test_fail(): > assert 0 E assert 0 test_example.py:5: AssertionError ====================== 1 failed, 1 passed in 0.01 seconds ======================