コード例 #1
0
 def test_to_str_bytes(self):
     self.assertEqual('hello', to_str(b'hello'))
コード例 #2
0
 def test_to_str_str(self):
     self.assertEqual('hello', to_str('hello'))