============================= test session starts ============================== platform darwin -- Python 3.12.11, pytest-9.0.2, pluggy-1.6.0 -- /Users/kenneth/Desktop/lab/projects/helm/.venv/bin/python rootdir: /private/var/folders/dg/7lphqwgd6x790pxcxkwlhhxm0000gn/T/pytest-of-kenneth/pytest-1/test_non_ascii_paste_text0 plugins: anyio-4.12.1, hypothesis-6.151.9 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.01s ===============================