Exemplo n.º 1
0
 def test(self):
     shape = ()
     kwargs = dict()
     self.assertTupleEqual(COUNT.aggregate_shape(**kwargs), shape)
     kwargs = dict(wibble='wobble')
     self.assertTupleEqual(COUNT.aggregate_shape(**kwargs), shape)
Exemplo n.º 2
0
 def test(self):
     shape = ()
     kwargs = dict()
     self.assertTupleEqual(COUNT.aggregate_shape(**kwargs), shape)
     kwargs = dict(wibble='wobble')
     self.assertTupleEqual(COUNT.aggregate_shape(**kwargs), shape)