Lines Matching refs:test
38 description = 'If set, the test will not be aborted after row count of result set is wrong - ' +
94 description = 'Simple test.',
145 # test for available test specs
149 msg = 'No test specification selected.'
166 # run selected test specifications
167 for test in self._getTests(job):
169 LOG.debug('Running SQL check with test: %s' % test.getName())
172 interpreter = test.interpreter
179 utils.writeFile(databaseCreationQueries, dbcqFile, test.encoding)
182 utils.writeFile(teacherSubmission,tsFile, test.encoding)
185 utils.writeFile(submission, ssFile, test.encoding)
188 utils.writeFile(additionalProperties, apFile, test.encoding)