Module to find differences over time in a filesystem
Basically this takes a snapshot of a directory, then sees what changes were made. The contents of the files are not checked, so you can detect that the content was changed, but not what the old version of the file was.
Represents the difference between two snapshots
Represents a snapshot of a set of files. Has a dictionary-like interface, keyed relative to base_path
Represents a single file found as the result of a command.
Has attributes:
You may use the in operator with these objects (tested against the contents of the file), and the .mustcontain() method.
Represents a directory created by a command.
Takes the output of compare_expected, and returns a string description of the differences.