| ============================= test session starts ==============================
|
| platform linux -- Python 3.9.20, pytest-4.6.6.dev9+g8aba863a6, py-1.11.0, pluggy-0.13.1
|
| rootdir: /testbed, inifile: tox.ini
|
| collected 2 items
|
|
|
| test_sample.py .F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| ________________________________ test_failure _________________________________
|
| def test_failure():
|
| > assert False
|
| E assert False
|
|
|
| test_sample.py:5: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED test_sample.py::test_failure - assert False
|
| =================== 1 failed, 1 passed in 0.03s ====================
|