============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-8.4.1, pluggy-1.6.0 -- /usr/bin/python3 rootdir: /tmp/pytest-of-root/pytest-0/test_pastebin_all_mode_unicode0 plugins: anyio-4.10.0 collected 1 item test_pastebin_all_mode_unicode.py F [100%] =================================== FAILURES =================================== _________________________________ test_unicode _________________________________ def test_unicode(): > assert "☺" == "not a smile" E AssertionError: assert '☺' == 'not a smile' E E - not a smile E + ☺ test_pastebin_all_mode_unicode.py:2: AssertionError =========================== short test summary info ============================ FAILED test_pastebin_all_mode_unicode.py::test_unicode - AssertionError: asse... ============================== 1 failed in 0.02s ===============================