コード例 #1
0
ファイル: tests.py プロジェクト: Birdback/python-birdback
 def test_utf8(self):
     self.assertEqual(type(utf8('s & é à')), str)
コード例 #2
0
ファイル: tests.py プロジェクト: Birdback/python-birdback
 def test_unicode(self):
     self.assertEqual(type(utf8(u's & é à')), str)