Check a program's output and exit code.
An ExecTest runs a program by using the exec system call.
Methods
|
|
Run
|
|
Run
|
Run (
self,
context,
result,
)
Run the test.
-
context
- A
Context giving run-time parameters to the
test.
-
result
- A
Result object. The outcome will be
Result.PASS when this method is called. The result may be
modified by this method to indicate outcomes other than
Result.PASS or to add annotations.
|
|