Name | Date | Size | |
---|---|---|---|
.. | 2013-06-16 19:51:59 | 22 | |
__init__.py | 2011-10-10 12:37:27 | 208 | |
BackendTestCase.py | 2011-10-10 12:37:27 | 3.4 KiB | |
passwd | 2012-07-31 14:01:37 | 76 | |
ProgrammingBackendTestCase.py | 2011-10-10 12:37:27 | 1.5 KiB | |
README.txt | 2008-04-09 09:19:42 | 278 | |
runalltests | 2011-10-10 09:31:46 | 1 KiB | |
runtests | 2013-04-12 15:43:11 | 1.7 KiB | |
testEcho.py | 2012-07-31 14:01:37 | 2.1 KiB | |
testErlang.py | 2011-10-10 12:37:27 | 4.4 KiB | |
testHaskell.py | 2011-10-10 12:37:27 | 4 KiB | |
testHaskellExt.py | 2011-10-10 12:37:27 | 4.1 KiB | |
testHaskellIO.py | 2011-10-10 12:37:27 | 3.4 KiB | |
testHaskellQC.py | 2011-10-10 12:37:27 | 4.3 KiB | |
testJava.py | 2011-10-10 12:37:27 | 3.6 KiB | |
testJavac.py | 2012-07-31 14:01:37 | 2.2 KiB | |
testJavaRE.py | 2011-10-10 12:37:27 | 5.3 KiB | |
testJUnit.py | 2013-06-16 19:51:59 | 6.4 KiB | |
testKeywords.py | 2011-10-10 12:37:27 | 3.2 KiB | |
testProlog.py | 2011-10-10 12:37:27 | 838 | |
testPython.py | 2011-10-10 12:37:27 | 3.1 KiB | |
testPyUnit.py | 2011-10-10 12:37:27 | 3.2 KiB | |
testScheme.py | 2011-10-10 12:37:27 | 4.6 KiB | |
testSOAPWrapper.py | 2013-03-24 22:44:30 | 1.3 KiB | |
testSpooler.py | 2012-07-31 14:01:37 | 1.9 KiB | |
testTestJob.py | 2011-10-10 12:37:27 | 3.6 KiB | |
testTestResult.py | 2011-10-10 12:37:27 | 3.6 KiB | |
testUtil.py | 2013-04-12 15:43:11 | 2 KiB | |
testXML.py | 2011-10-10 12:37:27 | 9.9 KiB |
README.txt
Directory 'tests':
Add unit tests for your backends here. Subclass BackendTestCase or
ProgrammingBackendTestCase; you have to save it as a python file which
name starts with 'test'. Set the backendClassName variable and define
a function test_suite (c.f., testScheme.py).