Searched defs:tests (Results 1 - 19 of 19) sorted by relevance

/ec/ECSpooler/tests/
H A Drunalltests10 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 DHaskellIO.py11 from backends.haskell.Haskell import tests namespace
37 testEnvs = tests.copy()
/ec/ECSpooler/backends/echo/
H A DEcho.py26 tests = Schema(( variable
42 testSchema = tests
/ec/ECSpooler/
H A Dsetup.py28 #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/backends/haskellext/
H A DHaskellExt.py26 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/erlang/
H A DErlang.py90 tests = Schema(( variable
128 testSchema = tests
334 # has the students' solution passed this tests?
365 feedback = '\nYour submission passed all tests.'
/ec/ECSpooler/backends/junit/
H A Dconfig.py66 # 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/keywords/
H A DKeywords.py49 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/python/
H A DPython.py92 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 DScheme.py117 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/backends/sql/
H A DSQL.py89 tests = Schema(( variable
131 testSchema = tests
197 msg = 'Internal error during SQL tests: %s: %s' % \
/ec/ECSpooler/backends/cl/
H A DCl.py125 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/haskell/
H A DHaskell.py120 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/java/
H A DJava.py125 tests = Schema(( variable
191 testSchema = tests
442 # has the students' solution passed this tests?
469 feedback = '\nYour submission passed all tests.'
/ec/ECSpooler/backends/javare/
H A DJavaRE.py83 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 DProlog.py36 # 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/xml/
H A DXML.py47 # 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/ECSpooler/backends/junit/junit_libs/
H A Djunit-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/ec/ECSpooler/backends/xml/bin/saxon/
H A Dsaxon9he.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...

Completed in 1613 milliseconds