ProcResult
Represents the results of running a command in
TestFileEnvironment.
The ProcResult class is accessible via the
paste.fixture
module.
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.