Пример #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)
Пример #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)