| ============================= test session starts ==============================
|
| platform linux2 -- Python 2.7.18, pytest-4.6.6.dev9+g8aba863a6.d20251030, py-1.11.0, pluggy-0.13.1 -- /usr/bin/python2
|
| rootdir: /tmp/pytest-of-root/pytest-6/test_non_ascii_paste_text0
|
| plugins: hypothesis-4.57.1
|
| collected 1 item
|
|
|
| test_unicode.py F [100%]
|
|
|
| =================================== FAILURES ===================================
|
| _____________________________________ test _____________________________________
|
|
|
| def test():
|
| > assert '☺' == 1
|
| E AssertionError: assert '\xe2\x98\xba' == 1
|
|
|
| test_unicode.py:3: AssertionError
|
| =========================== 1 failed in 0.01 seconds ===========================
|