[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- pysys: PySys System Test Framework.
- pysys.baserunner: Contains the base class used to perform the execution and audit
trail reporting of a set of tests.
- pysys.basetest: Contains the base test class for test execution and validation.
- pysys.constants: Defines global constants that are used throughout the PySys
framework.
- pysys.exceptions: Defines custom exceptions that can be thrown within the PySys
framework.
- pysys.launcher: Contains utilities used by test launchers when running, printing,
cleaning or making new tests.
- pysys.manual: Contains modules for the Manual Test User Interface.
- pysys.process: Contains cross platform classes and utilities for starting,
stopping and monitoring processes.
- pysys.unit: Contains classes for running various unit test frameworks, with the
underlying philosophy being that a suite of unit tests becomes a
single pysys test
- pysys.utils: Contains utility modules used by the PySys framework for test
execution and validation.
- pysys.writer: Contains implementations of test output summary writers used to
output test results during runtime execution.
- pysys.xml: Contains classes for parsing and abstracting XML data files used by
the PySys framework.