| ============================= test session starts ==============================
|
| platform linux -- Python 3.10.12, pytest-7.4.0, pluggy-1.6.0 -- /usr/bin/python3
|
| rootdir: /tmp
|
| plugins: hypothesis-6.140.3, cov-7.0.0
|
| collected 1 item
|
|
|
| ../pytest-of-root/pytest-1/test_non_ascii_paste_text0/test_unicode.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _____________________________________ test _____________________________________
|
|
|
| def test():
|
| > assert '☺' == 1
|
| E AssertionError: assert '☺' == 1
|
|
|
| ../pytest-of-root/pytest-1/test_non_ascii_paste_text0/test_unicode.py:4: AssertionError
|
| =========================== short test summary info ============================
|
| FAILED ../pytest-of-root/pytest-1/test_non_ascii_paste_text0/test_unicode.py::test
|
| ============================== 1 failed in 0.01s ===============================
|