| ============================= test session starts ==============================
|
| platform linux -- Python 3.10.12, pytest-8.4.1, pluggy-1.6.0 -- /usr/bin/python3
|
| cachedir: .pytest_cache
|
| rootdir: /tmp/pytest-of-root/pytest-2/test_pastebin_all_mode0
|
| plugins: pastebin-plugin-0.1.0, anyio-4.10.0
|
| collecting ... collected 3 items
|
|
|
| test_pastebin_all_mode.py::test_pass PASSED
|
| test_pastebin_all_mode.py::test_fail FAILED
|
| test_pastebin_all_mode.py::test_skip SKIPPED (skip this test)
|
|
|
| =================================== FAILURES ===================================
|
| __________________________________ test_fail ___________________________________
|
|
|
| def test_fail():
|
| > assert False
|
| E assert False
|
|
|
| test_pastebin_all_mode.py:5: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED test_pastebin_all_mode.py::test_fail - assert False
|
| ==================== 1 failed, 1 passed, 1 skipped in 0.02s ====================
|