| ============================= test session starts ==============================
|
| platform linux -- Python 3.8.10, pytest-7.0.0, pluggy-1
|
| collected 2 items
|
|
|
| test_example.py .F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _______________________ test_example_function ________________________
|
|
|
| def test_example_function():
|
| assert False, "This is a test failure"
|
|
|
| AssertionError: This is a test failure
|
| =========================== short test summary ===========================
|
| FAILED test_example.py::test_example_function - AssertionError: This is a test failure
|
| ========================= 1 failed, 1 passed in 0.01s =========================
|