| ============================= test session starts ==============================
|
| platform linux -- Python 3.7.3, pytest-4.6.6, py-1.8.0, pluggy-0.12.0
|
| rootdir: /workspace/pytest-dev__pytest__4.6
|
| collected 1 item
|
|
|
| test_sample.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _______________________________ test_answer ________________________________
|
|
|
| def test_answer():
|
| > assert inc(3) == 5
|
| E assert 4 == 5
|
| E + where 4 = inc(3)
|
|
|
| test_sample.py:5: AssertionError
|
| =========================== 1 failed in 0.04 seconds ===========================
|