| ============================= test session starts =============================
|
| platform linux -- Python 3.9.12, pytest-7.2.0, pluggy-1.0.0
|
| rootdir: /testbed
|
| collected 2 items
|
|
|
| example/test_simple.py F
|
|
|
| ================================== FAILURES =================================
|
| ___________________________ test_failures::test_add_failed ________________________
|
|
|
| > assert 1 + 1 == 3
|
| E assert 1 + 1 == 3
|
|
|
| example/test_simple.py:6: AssertionError
|