aboutsummaryrefslogtreecommitdiff
path: root/hwpack/tarfile_matchers.py
AgeCommit message (Expand)Author
2010-12-16allow matching the "content" (i.e. the file listing) of directories in tarfilesMichael Hudson
2010-12-08rename ZipMatchers to EachOf, document it and (doc)test itMichael Hudson
2010-12-08maybe this is a bit clearerMichael Hudson
2010-12-07generalize how TarfileHasFile matches contentMichael Hudson
2010-11-30test and fix for bug found by pyflakesMichael Hudson
2010-09-14Merged fix-package-regex into set-content-mtime.James Westby
2010-09-14Add __ne__ and remove __hash__ from the Mismatches. Thanks Zygmunt.James Westby
2010-09-13Simplify mtime_skew handling. Thanks Zygmunt.James Westby
2010-09-13Allow specifying a skew for the mtime for TarfileHasFile.James Westby
2010-08-31Add __eq__ and __hash__ on the mismatches.James Westby
2010-08-30Add some documentation.James Westby
2010-08-30Allow checking content in the matcher.James Westby
2010-08-30Allow testing the uname and gname in the matcher.James Westby
2010-08-30Allow testing the uid and gid in the matcher.James Westby
2010-08-30Allow testing the linkname in the matcher.James Westby
2010-08-30Allow testing the mode in the matcher.James Westby
2010-08-30Allow checking the mtime of a path.James Westby
2010-08-30Allowing checking the size in the matcher.James Westby
2010-08-30Simple tarfile matchers.James Westby