/ec/ECSpooler/backends/echo/ |
H A D | Echo.py | 26 tests = Schema(( variable 42 testSchema = tests
|
/ec/ECSpooler/ |
H A D | setup.py | 28 #tests = glob.glob('tests/*') 29 tests = ['tests/__init__.py', variable 30 'tests/testKeywords.py', 31 'tests/BackendTestCase.py', 32 'tests/ProgrammingBackendTestCase.py', 33 'tests/README.txt', 34 'tests/runtests', 35 'tests/testSpoole [all...] |
/ec/ECSpooler/tests/ |
H A D | runalltests | 10 Runs all tests in the current directory. 30 tests = os.listdir(os.curdir) variable 31 tests = [n[:-3] for n in tests if n.startswith('test') and n.endswith('.py')] variable 35 for test in tests:
|
/ec/ECSpooler/backends/haskellio/ |
H A D | HaskellIO.py | 11 from backends.haskell.Haskell import tests namespace 37 testEnvs = tests.copy()
|
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/tool/ |
H A D | ECSpoolerTool.py | 189 tests = spooler.getBackendTestFields(self._getAuth(), backend) 191 if tests: 196 cache[backend]['tests'] = tests 346 result = self.backendValueCache[backend]['tests'] 381 def appendJob(self, backend, submission, inputFields, tests, lang, retry=True): 394 # set tests 395 data['tests'] = tests 416 return self.appendJob(backend, submission, inputFields, tests, Fals [all...] |
/ec/ECSpooler/backends/keywords/ |
H A D | Keywords.py | 49 tests = Schema(( variable 77 testSchema = tests 97 LOG.info('Executing tests (%s)' % job.getId()) 109 # -- run tests ------------------------------------------------------------ 156 # run selected tests (e.g., "simple", cf. schema definition)
|
/ec/ECSpooler/backends/junit/ |
H A D | JUnit.py | 97 returns expected values which are defined in JUnit tests, or not. 105 testSchema = config.tests 362 tests = self._getTests(job) 363 if len(tests) == 0: 367 test = tests[0] 446 #return BackendResult(True, '\nYour submission passed all tests.')
|
H A D | config.py | 66 # Due to a NoSuchMethodException it is possible that all tests are displayed to the student. 67 # This RE will shorten the output and hide the tests from students. 102 PASSED_ALL_TESTS_MESSAGE = 'Your submission passed all tests.' 140 //teacher's unit tests: 187 label = 'Unit tests', 188 description = 'Enter one or more JUnit tests. '\ 197 tests = Schema(( variable 202 description = 'Run JUnit tests',
|
/ec/ECSpooler/backends/haskellext/ |
H A D | HaskellExt.py | 26 from backends.haskell.Haskell import tests namespace 60 testSchema = tests.copy() 243 # has the students' solution passed this tests? 273 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/sql/ |
H A D | SQL.py | 89 tests = Schema(( variable 131 testSchema = tests 197 msg = 'Internal error during SQL tests: %s: %s' % \
|
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/ |
H A D | ECAutoAssessmentBox.py | 62 schemata = 'tests', 73 description = 'If selected, an assignment which passes all tests will be accepted automatically.', 77 schemata = 'tests', 92 schemata = 'tests', 97 'tests', 104 description='Select one or more tests.', 109 schemata = 'tests', 124 schemata = 'tests', 167 Returns a display list of all available tests for a backend. 175 tests [all...] |
H A D | ECAutoAssignment.py | 278 # get selected tests provided by this backend 279 tests = parent.getTests() 303 inputFields, tests, prefLang) 330 # accepted if it passed all tests (solved == True)
|
/ec/ECSpooler/backends/cl/ |
H A D | Cl.py | 125 tests = Schema(( variable 155 This backend tests Common Lisp programs by comparing student and 166 testSchema = tests 381 # has the students' solution passed this tests? 412 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/erlang/ |
H A D | Erlang.py | 90 tests = Schema(( variable 128 testSchema = tests 334 # has the students' solution passed this tests? 365 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/haskell/ |
H A D | Haskell.py | 120 tests = Schema(( variable 174 testSchema = tests 243 Test a Haskell programs using balck box tests, e.g., compare results 392 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/javare/ |
H A D | JavaRE.py | 83 tests = Schema(( variable 153 testSchema = tests 430 # has the student's solution passed this tests? 457 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/prolog/ |
H A D | Prolog.py | 36 # load Prolog functions to do tests 115 tests = Schema(( variable 169 testSchema = tests 414 # has the students' solution passed this tests? 441 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/python/ |
H A D | Python.py | 92 tests = Schema(( variable 126 testSchema = tests 254 # has the students' solution passed this tests? 279 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/scheme/ |
H A D | Scheme.py | 117 tests = Schema(( variable 146 This backend tests Scheme programs by comparing student and 156 testSchema = tests 345 # has the students' solution passed this tests? 376 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/lib/ |
H A D | soapwrapper.py | 94 Returns status information such aus PID, number of tests and 219 def push(username, password, submission, backend, tests, options): #@NoSelf 226 'tests' : tests
|
/ec/ECSpooler/backends/java/ |
H A D | Java.py | 125 tests = Schema(( variable 191 testSchema = tests 442 # has the students' solution passed this tests? 469 feedback = '\nYour submission passed all tests.'
|
/ec/ECSpooler/backends/xml/ |
H A D | XML.py | 47 # Wrapper template for xQuery tests: 103 tests = Schema(( variable 107 description = 'Perform tests on a XML document.', 126 testSchema = tests 148 LOG.info('Executing tests (%s)' % job.getId()) 200 # Look at self.feedback: If it is non-empty tests were run. If not, none were run. 375 # Perform XPath tests:
|
/ec/ECQuiz/Products/ECQuiz/ |
H A D | ECQuiz.py | 1463 tests = self.getTests(referencedObjects) 1464 #log("TESTS: %s" % str(tests)) 1466 # we only need to do something if we got any new tests 1467 if tests: 1469 tests = [self] + tests 1480 # tests in 'tests' 1481 for test in tests:
|
/ec/ECSpooler/backends/junit/junit_libs/ |
H A D | junit-4.3.1.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
/ec/ECSpooler/backends/xml/bin/saxon/ |
H A D | saxon9he.jar | META-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ... |