def test_unicode_fail(): > assert "café" == "cafe" E AssertionError: assert 'café' == 'cafe' E E - cafe E ? ^ E + café E ? ^ test_pastebin_unicode.py:2: AssertionError