Exemplo n.º 1
0
 def concall_file_ok(self):
     return self.skip_on and checksum_match(self.concall_file)
Exemplo n.º 2
0
 def explscore_file_ok(self):
     return self.skip_on and checksum_match(self.explscore_file)
Exemplo n.º 3
0
 def true_file_ok(self):
     return self.skip_on and checksum_match(self.true_file)
Exemplo n.º 4
0
 def sens_file_ok(self):
     return self.skip_on and checksum_match(self.sens_file)
Exemplo n.º 5
0
 def concall_file_ok(self):
     return self.skip_on and all(
         [checksum_match(self.concall_file.format(i))
          for i in range(1,len(self.caller)+1)])