| Trees | Indices | Help |
|
|---|
|
|
unittest.TestCase --+
|
ProjectTestCase
A unit test class that uses a project. A new copy of the project will be created for each test.
The subclass must define the project to read in as class variable PROJ_DIR. Each test will then have access to a schrodinger.project.Project object as self.proj. The setUp and tearDown methods in any subclass must call super().setUp and super().tearDown.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
PROJ_DIR = Nonehash(x) |
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |