def test(): > assert '☺' == 1 E AssertionError: assert '☺' == 1 test_unicode.py:3: AssertionError