| ============================= test session starts ==============================
|
| platform linux -- Python 3.12.13, pytest-0.1.dev17328+g09f969fef.d20260622, pluggy-1.6.0 -- /usr/local/bin/python
|
| cachedir: .pytest_cache
|
| rootdir: /tmp
|
| plugins: hypothesis-6.155.2
|
| collecting ... collected 1 item
|
|
|
| ../tmp/test_fail.py::test_fail FAILED [100%]
|
|
|
| =================================== FAILURES ===================================
|
| __________________________________ test_fail ___________________________________
|
|
|
| def test_fail():
|
| > assert False
|
| E assert False
|
|
|
| /tmp/test_fail.py:2: AssertionError
|
| =============================== warnings summary ===============================
|
| src/_pytest/pastebin.py:40
|
| /testbed/src/_pytest/pastebin.py:40: PytestRemovedIn10Warning: The --pastebin option is deprecated and will be removed in a future version.
|
| See https://docs.pytest.dev/en/stable/deprecations.html#pastebin
|
| config.issue_config_time_warning(PASTEBIN, stacklevel=2)
|
|
|
| -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
| =========================== short test summary info ============================
|
| FAILED ../tmp/test_fail.py::test_fail - assert False
|
| ========================= 1 failed, 1 warning in 0.01s =========================
|