|  | ============================= test session starts ==============================
 | 
|  | platform linux -- Python 3.10.12, pytest-7.3.0, pluggy-0.13.1 -- /home/pytest/venv/bin/python3
 | 
|  | rootdir: /tmp/pytest-of-root/pytest-5/test_non_ascii_paste_text0
 | 
|  | plugins: hypothesis-6.142.4, xdist-3.8.0
 | 
|  | collected 1 item
 | 
|  | 
 | 
|  | test_unicode.py F                                                        [100%]
 | 
|  | 
 | 
|  | =================================== FAILURES ===================================
 | 
|  | _____________________________________ test _____________________________________
 | 
|  | 
 | 
|  |     def test():
 | 
|  | >       assert '☺' == 1
 | 
|  | E       AssertionError: assert '☺' == 1
 | 
|  | 
 | 
|  | test_unicode.py:3: AssertionError
 | 
|  | =========================== short test summary info ============================
 | 
|  | FAILED test_unicode.py::test - AssertionError: assert '☺' == 1
 | 
|  | ============================== 1 failed in 0.11s ===============================
 |