def test_smart_unicode(self): assert smart_unicode(self.uni_string) == self.uni_string assert smart_unicode(self.normal_string) == u'∆ƒˆƒ´´lucas yang'
def test_smart_unicode(self): assert smart_unicode(self.uni_string) == self.uni_string assert smart_unicode(self.normal_string) == '∆ƒˆƒ´´lucas yang'