Module testscripts
Contains the class, TestScript, which provides methods to create, modify,
extract and delete a test script. See also the convenience functions
getTestFromDB and l{getTestFromDir}, each of
which can be used to get a single test from the requested location.
|
|
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'
|