- schrodinger.test.build_test_structures: Some convenience functions to quickly and reproducibly create
structures for testing.
- schrodinger.test.custom_assertions: Contains custom assertions for use with unittest and Schrodinger
data structures.
- schrodinger.test.custom_test_classes: Custom test classes
- schrodinger.test.decorate_fflag: Enable or disable a feature flag in a specific situation.
- schrodinger.test.ioredirect
- schrodinger.test.structurecheck: Custom assertions for "checking" structures.
- schrodinger.test.stu
- schrodinger.test.stu.base_executable: Base class for STU utilities.
- schrodinger.test.stu.client: Client for communication with STU server.
- schrodinger.test.stu.common: Functions that are used in one or more modules.
- schrodinger.test.stu.constants: Stores data that is used in one or more script.
- schrodinger.test.stu.outcomes: Module containing STU workups.
- schrodinger.test.stu.run: Contains TestJCJob, TestSPJob, TestQueue, and Runner classes.
- schrodinger.test.stu.sysinfo: Access to system information on machine, which could be Linux, Mac
or Windows, and could be local or remote.
- schrodinger.test.stu.testscripts: Contains the class, TestScript, which provides methods to create,
modify, extract and delete a test script.
- schrodinger.test.stu.workup: Runs workups.
- schrodinger.test.test_markers: Container for test marker functions.
|