H A D | HaskellQC.py | 135 def _process_checkSemantics(self, job): 141 testSpecs = self._getTests(job) 145 LOG.warn('%s, %s' % (msg, job.getId())) 149 submission = job['submission'] 150 properties = job['properties'] 172 LOG.warn('%s, %s' % (msg, job.getId())) 194 self._writeModule('Student', submission, self.srcFileSuffix, job.getId(), test.encoding) 195 self._writeModule('Properties', properties, self.srcFileSuffix, job.getId(), test.encoding) 207 job.getId(), 290 job variable in class:HaskellQC [all...] |