Exemplo n.º 1
0
 def test_getallAtLeastOne(self):
     totals = Totals()
     alltotals = totals.get_all()
     self.assertGreater(len(alltotals), 0)