Package schrodinger :: Package test :: Package stu :: Module testscripts
[hide private]
[frames] | no frames]

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.

Classes [hide private]
  TestScript
Functions [hide private]
 
getTestFromDir(username, directory, filename='README')
Read test information from a file.
Variables [hide private]
  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'