============================= 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: /testbed, inifile: tox.ini collecting ... collected 3 items test_sample.py::test_pass PASSED [ 33%] test_sample.py::test_fail FAILED [ 66%] test_sample.py::test_skip SKIPPED [100%] =================================== FAILURES =================================== __________________________________ test_fail ___________________________________ def test_fail(): > assert 0 E assert 0 test_sample.py:6: AssertionError =========================== short test summary info ============================ SKIPPED [1] /testbed/test_sample.py:11: FAILED test_sample.py::test_fail - assert 0 ================ 1 failed, 1 passed, 1 skipped in 0.10 seconds =================