summaryrefslogtreecommitdiff
path: root/summainlib_tests.py
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Run pep8 in check; fix problems foundLars Wirzenius1-62/+67
2012-05-23Add xattrs supportLars Wirzenius1-2/+4
2011-12-29produce nanosec timestamps without floating pointLars Wirzenius1-1/+1
2011-12-29use nanosecond resolution for timestampsLars Wirzenius1-22/+26
2011-08-08Remove commented-out tests.Lars Wirzenius1-29/+0
2011-08-08Move output formatting out from FilesystemObject class.Lars Wirzenius1-31/+30
2011-06-12Use checksumming for path normalization.Lars Wirzenius1-51/+5
2011-06-11Add more checksum types.Lars Wirzenius1-0/+8
2011-06-11Add tests for more checksum types.Lars Wirzenius1-0/+8
2011-06-11Catch unknown field names.Lars Wirzenius1-0/+4
2011-06-11Add --checksum option to allow choosing checksums to compute.Lars Wirzenius1-2/+4
2011-06-11Refactor things so that checksumming happens in one place only.Lars Wirzenius1-0/+6
2011-06-11Add tests for MD5.Lars Wirzenius1-2/+6
2011-06-11Rename test cases to be more generic.Lars Wirzenius1-2/+2
2011-06-11Change FakeSha1 to be a more generic FakeChecksummer.Lars Wirzenius1-3/+3
2011-05-18Document sub-second timestamps in manpage.Lars Wirzenius1-2/+2
2011-05-18Fix format_time to format fractional times correctly.Lars Wirzenius1-1/+1
2011-05-18Change mtime formatting test to use floating point times.Lars Wirzenius1-3/+3
2011-05-16Compute all fields lazily.Lars Wirzenius1-0/+5
2011-05-16Add test for exclusion of fields.Lars Wirzenius1-0/+5
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