summaryrefslogtreecommitdiff
path: root/summainlib_tests.py
AgeCommit message (Expand)AuthorFilesLines
2011-05-16Add exclude argument to FilesystemObject.Lars Wirzenius1-9/+13
2011-03-20Fix tests.Lars Wirzenius1-2/+5
2011-03-20Add a class for normalizing paths.Lars Wirzenius1-0/+61
2011-02-18Add relative_path method, with tests.Lars Wirzenius1-0/+24
2011-02-12Don't report size for directories.Lars Wirzenius1-2/+9
2010-01-01Normalizer inode and device numbers. This is necessary so thatLars Wirzenius1-3/+54
2010-01-01Fix copyright years.Lars Wirzenius1-1/+1
2010-01-01Implement formatting of symlink targets. With unit test.Lars Wirzenius1-1/+22
2010-01-01Fix SHA-1 computation so it is only done for regularLars Wirzenius1-0/+4
2010-01-01Add support for computing SHA-1 of files. Currently assumes it isLars Wirzenius1-1/+30
2010-01-01Implement formatting of st_gid.Lars Wirzenius1-1/+8
2010-01-01Implement lookup of username corresponding to st_uid. With unit test.Lars Wirzenius1-0/+3
2010-01-01Implement st_uid formatting. With unit test.Lars Wirzenius1-1/+5
2010-01-01Implement st_size formatting. With unit test.Lars Wirzenius1-1/+5
2010-01-01Implement st_nlink formatting. With unit test.Lars Wirzenius1-1/+5
2010-01-01Implement st_dev formatting. Add unit test.Lars Wirzenius1-1/+5
2010-01-01Implement formatting of st_ino. Add unit test for it.Lars Wirzenius1-1/+5
2010-01-01Implement formatting of st_mode.Lars Wirzenius1-3/+3
2010-01-01Add unit test for new mode field, for regular files.Lars Wirzenius1-0/+6
2010-01-01Implement mtime handling for FilesystemObject.Lars Wirzenius1-1/+11
2010-01-01New test for FilesystemObject to test formatting ofLars Wirzenius1-0/+4
2010-01-01Wrote stub of first class, and first tests for it. Tests do not yet pass.Lars Wirzenius1-0/+31