/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/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/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/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/junit/ |
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/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/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/backends/sql/ |
H A D | SQL.py | 89 tests = Schema(( variable 131 testSchema = tests 197 msg = 'Internal error during SQL tests: %s: %s' % \
|
/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/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/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/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/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/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 ... |