| ============================= test session starts ==============================
|
| platform linux -- Python 3.11.5, pytest-9.1.1, pluggy-1.6.0 -- /opt/miniconda3/bin/python
|
| rootdir: /tmp/pytest-of-root/pytest-2/test_non_ascii_paste_text0
|
| collected 1 item
|
|
|
| test_unicode.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _____________________________________ test _____________________________________
|
|
|
| def test():
|
| > assert '☺' == 1
|
| E AssertionError: assert '☺' == 1
|
|
|
| test_unicode.py:3: AssertionError
|
| =============================== warnings summary ===============================
|
| ../../../../opt/miniconda3/lib/python3.11/site-packages/_pytest/pastebin.py:38
|
| /opt/miniconda3/lib/python3.11/site-packages/_pytest/pastebin.py:38: PytestRemovedIn10Warning: The --pastebin option is deprecated. The functionality is now available in an external plugin package, pytest-pastebin.
|
| See https://docs.pytest.org/en/stable/deprecations.html#the-pastebin-option
|
| config.issue_config_time_warning(PASTEBIN, 2)
|
|
|
| -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
| =========================== short test summary info ============================
|
| FAILED test_unicode.py::test - AssertionError: assert '☺' == 1
|
| ========================= 1 failed, 1 warning in 0.00s =========================
|