============================= test session starts ==============================
platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /test, configfile: pytest.ini
plugins: cov-2.11.1, asyncio-0.15.1
collected 5 items

test_sample.py .F.s.                                                      [100%]

=================================== FAILURES ===================================
_________________________________ test_fail1 __________________________________
def test_fail1():
    assert 0
E       assert 0
test_sample.py:7: AssertionError
=========================== short test summary info ============================
FAILED test_sample.py::test_fail1 - assert 0
===== 1 failed, 2 passed, 1 skipped, 1 xpassed in 0.03s =====