def bw(self, a):
     with self.assertRaises(AssertionError):
         Utils.unique(a)
 def gw(self, a, e):
     r = Utils.unique(a)
     self.assertListEqual(r, e)