Beispiel #1
0
 def doTable(self, table):
     __pychecker__ = 'no-local'
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
     for aCase in self.caseList:
         self.generate()
Beispiel #2
0
 def doTable(self, table):
     __pychecker__ = 'no-local'
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
     for aCase in self.caseList:
         self.generate()
Beispiel #3
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
Beispiel #4
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()
Beispiel #5
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.combinations()
Beispiel #6
0
 def doTable(self, table):
     self.row = table.parts.last()
     AllFiles.doTable(self, table)
     self.generatePairs()