Ejemplo n.º 1
0
 def doTable(self, table):
     try:
         self.setUp()
         CalculateFixture.doTable(self, table)
         self.tearDown()
     except Exception, e:
         self.exception(table.at(0, 0, 0), e)
Ejemplo n.º 2
0
 def doTable(self, table):
     try:
         self.setUp()
         CalculateFixture.doTable(self, table)
         self.tearDown()
     except Exception, e:
         self.exception(table.at(0, 0, 0), e)