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.
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
|
projectFile
Full path to the project file. May be None, though providing a file is
recommended.
- Type:
- string
|