Package pysys :: Module constants :: Class Project
[hide private]
[frames] | no frames]

Class Project

source code

Class detailing project specific information for a set of PySys tests.

Reads and parses the PySys project file if it exists and translates property element name/value entries in the project file into data attributes of the class instance.

Instance Methods [hide private]
 
__init__(self, root, projectFile) source code
Instance Variables [hide private]
string projectFile
Full path to the project file.
string root
Full path to the project root, as specified by the first PySys project file encountered when walking down the directory tree from the start directory
Instance Variable Details [hide private]

projectFile

Full path to the project file. May be None, though providing a file is recommended.
Type:
string