pysys.processΒΆ

Process execution and monitoring implementations.

pysys.process.commonwrapper

Contains the pysys.process.commonwrapper.CommonProcessWrapper class that represents a process PySys has started.

pysys.process.monitor

Contains the process monitoring API used by pysys.basetest.BaseTest.startProcessMonitor.

pysys.process.monitorimpl

Contains implementations of the pysys.process.monitor.BaseProcessMonitor interface.

pysys.process.user

Contains pysys.process.user.ProcessUser which supports using processes from PySys, and provides the shared functionality of subclasses pysys.basetest.BaseTest and pysys.baserunner.BaseRunner.