Trees | Indices | Help |
---|
|
popen2.Popen3 --+ | Popen
Similar to subprocess.Popen but using popen2 classes for portability. Can set and verify expectation of process status at end of test. Dumps command line, stdout, stderr to data dir for debugging.
Nested Classes | |
DrainThread Thread to drain a file object and write the data to a file. |
|
OutStream Wrapper for output streams, handles exceptions & draining output |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Method Details |
Run cmd (should be a list of arguments) expect - if set verify expectation at end of test. drain - if true (default) drain stdout/stderr to files. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 7 17:56:00 2010 | http://epydoc.sourceforge.net |