Package schrodinger :: Package test :: Package scival :: Module decorators
[hide private]
[frames] | no frames]

Module decorators

Decorators to use in validation suite classes

Classes [hide private]
  printException
A decorator class specific to the scientific validation project that will catch an exception in a method and print out important information with this syntax:
Functions [hide private]
 
cd_test(funct)
Decorator to manage the changing into an out of job exec directories.
Variables [hide private]
  __package__ = 'schrodinger.test.scival'
Function Details [hide private]

cd_test(funct)

 

Decorator to manage the changing into an out of job exec directories. Add this decorator to a method that should cd into the exec dir, then cd back into its last dir.

Note: This can only decorate a SuiteJob method.