Trees | Indices | Help |
|
---|
|
Specialization of workflow to provide quality assurance capabilities.
General Idiom of a quality assurance facility is to provide read-only checks for possibly quaility issues and possibly a fix for them.
The interface is determined by plugs that define the capabilities of the node implementing the checks.
They specialize the respective parts of the workflow
|
|||
QAProcessBase Quality Assurance Process including a specialized QA interface |
|||
QACheckAttribute The Test Attribute represents an interface to a specific test as implemented by the parent QAProcessBase. |
|||
QACheck Defines a test suitable to be run and computed by a QAProcessBase It's nothing more than a convenience class as the actual information is held by the respective QACheckAttribute. |
|||
QAWorkflow Represents a workflow of QAProcessBase instances and allows to query them more conveniently |
|||
QACheckResult Wrapper class declaring test results as a type that provides a simple interface to retrieve the test results |
|||
Exceptions | |||
---|---|---|---|
CheckIncompatibleError Raised if a check cannot accomdate the requested mode and thus cannot run |
|
|||
log = logging.getLogger("mrv.automation.qa")
|
|||
__package__ =
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 19 18:00:11 2011 | http://epydoc.sourceforge.net |