Exemplo n.º 1
0
 def gw(self, a, e, sep=None):
     if sep is None:
         r = Utils.list2string(a)
     else:
         r = Utils.list2string(a, sep)
     self.assertEqual(r, e)