summaryrefslogtreecommitdiff
path: root/obnamlib/metadata_tests.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-1/+1
2015-04-03Update copyright yearsLars Wirzenius1-1/+1
2015-03-22add missing imports, remove unused importsThomas Waldmann1-1/+0
2015-02-26PATCH: minor style fixes, no functional changeThomas Waldmann1-3/+3
2014-12-26Try to restore gid when non-root, plus test improvementsLars Wirzenius1-7/+34
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-01-23Split of metadata encoding for fmt6 and general stuffLars Wirzenius1-0/+250
2014-01-01Move all repo format 6 code into its own moduleLars Wirzenius1-306/+0
2013-08-24Patches to port Obnam to FreeBSDLars Wirzenius1-0/+4
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-28/+28
2013-03-01Add unit test for maximum metadata field value encodingsLars Wirzenius1-7/+32
2011-12-03fix things to make test suite passLars Wirzenius1-0/+3
2011-11-26Use split time fields for MetadataLars Wirzenius1-13/+34
2011-07-15Encode and decode md5 in metadata.Lars Wirzenius1-1/+2
2011-07-15Add optional md5 field to metadata.Lars Wirzenius1-0/+8
2011-07-15Move metadata encoding and decoding into the metadata module.Lars Wirzenius1-0/+36
2011-06-03Replace VFS.chown with VFS.lchown, to deal with symlinks.Lars Wirzenius1-2/+2
2011-05-18Use floating point time values in tests.Lars Wirzenius1-2/+2
2010-02-14Add Metadata.isfile method.Lars Wirzenius1-0/+8
2010-02-02Add Metadata.islink method, similar to isdir, but for symlinks.Lars Wirzenius1-0/+12
2010-02-02Fix Metadata.isdir to work even when st_mode has not been set.Lars Wirzenius1-0/+4
2010-02-02Add Metadata.isdir method to test for dir-ness.Lars Wirzenius1-0/+8
2010-02-02Add keyword arguments to Metadata initializer.Lars Wirzenius1-0/+7
2010-01-23Add test for set_metadata to check that it sets symlinkLars Wirzenius1-0/+10
2010-01-23Implement symlinks.Lars Wirzenius1-0/+21
2009-12-03Wrote a class to represent filesystem entry metadata. Only coversLars Wirzenius1-0/+138