Latest Version: 0.9.6.2

ProcResult

Represents the results of running a command in TestFileEnvironment.

Attributes to pay particular attention to:

stdout, stderr:
What is produced
files_created, files_deleted, files_updated:
Dictionaries mapping filenames (relative to the base_dir) to FoundFile or FoundDir objects.

Methods

f __init__(self, test_env, args, stdin, stdout, stderr, returncode, files_before, files_after) ...

See the source for more information.

Top