Beispiel #1
0
 def concall_file_ok(self):
     return self.skip_on and checksum_match(self.concall_file)
Beispiel #2
0
 def explscore_file_ok(self):
     return self.skip_on and checksum_match(self.explscore_file)
Beispiel #3
0
 def true_file_ok(self):
     return self.skip_on and checksum_match(self.true_file)
Beispiel #4
0
 def sens_file_ok(self):
     return self.skip_on and checksum_match(self.sens_file)
Beispiel #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)])