Module testscripts
Contains the class TestScript, which provides methods to create, modify,
extract and delete a test script. See also the convenience function
l{getTestFromDir}, which can be used to read a test from a directory.
|
getTestFromDir(username,
directory,
filename=' README ' )
Read test information from a file. |
|
|
|
logger = log.get_logger('test_backend')
|
|
README2TEST = { }
Correspondence between README values and test values.
|
|
TEST2README = { }
Correspondence between README values and test values.
|
|
LIST_VALUES = [ ]
Values that are lists.
|
|
__package__ = ' schrodinger.test.stu '
|