|
SyFi
0.3
|
Go to the source code of this file.
Namespaces | |
| namespace | test |
Variables | |
| string | test::__author__ = "Martin Alnes <martinal@simula.no>" |
| string | test.__date__ = "2008-09-04 -- 2008-09-04" |
| tuple | test.tests = glob.glob("*.py") |
| tuple | test.skip = set(["test.py", "template.py", "cell_assembly.py"]) |
| test.separate = True | |
| string | test.cmd = "python %s" |
| list | test.classes = [] |
| int | test.verbosity = 0 |
| list | test.suites = [unittest.makeSuite(c) for c in classes] |
| tuple | test.testsuites = unittest.TestSuite(suites) |