Package schrodinger :: Package test :: Package squish :: Package maestro :: Module project_table
[hide private]
[frames] | no frames]

Module project_table

A class for interaction with the Project Table. For example usage see demo suite_Maestro11 tst_PTmodule.

To use, add the following to the top of your test.py:

source(findFile("scripts", "maestro/project_table.py"))

Will append necessary objects to your objects.map. If one of the required names is already defined in your objects.map, it will not overwrite it unless you set OVERWRITE_OBJECTS=True before importing this module.

Copyright (c) Schrodinger, LLC. All rights reserved

Classes [hide private]
  ProjectTable
Interact with project table with minimal use of Squish object map.