summaryrefslogtreecommitdiff
path: root/tests.py
AgeCommit message (Expand)AuthorFilesLines
2008-01-06Use dark's idea for generating uncompressible binary junk quickly.Lars Wirzenius1-12/+8
2008-01-06Remove --bad-binary-data option.Lars Wirzenius1-11/+0
2007-12-22Added option --bad-binary-data, and made test coverage be 100% again.Lars Wirzenius1-0/+23
2007-08-01Removed BackupData._files_in_directory method and made self.next_filename (an...Lars Wirzenius1-32/+7
2007-07-10Implemented --links option.Lars Wirzenius1-0/+7
2007-07-10Implemented parsing and handling of the --link option.Lars Wirzenius1-0/+5
2007-07-10Added feature to create hard links.Lars Wirzenius1-1/+9
2007-07-10Application now handles --rename.Lars Wirzenius1-1/+16
2007-07-10Application now handles --delete.Lars Wirzenius1-0/+6
2007-07-10Application now handles --modify.Lars Wirzenius1-0/+13
2007-07-10Reduce test size, to speed 'make check' up.Lars Wirzenius1-5/+5
2007-07-10Refactor.Lars Wirzenius1-6/+7
2007-07-10Test second generation.Lars Wirzenius1-0/+7
2007-07-10Fix test method name.Lars Wirzenius1-1/+1
2007-07-10Started writing an Application class.Lars Wirzenius1-2/+43
2007-07-10Options --modify and --modify-percentage.Lars Wirzenius1-0/+10
2007-07-10Option --rename.Lars Wirzenius1-0/+5
2007-07-10Option --delete.Lars Wirzenius1-3/+33
2007-07-10Verify that --create handles relative size.Lars Wirzenius1-0/+6
2007-07-10Option --create.Lars Wirzenius1-6/+11
2007-07-10Parse --binary-file-size option.Lars Wirzenius1-0/+6
2007-07-10Handle suffixes in text file sizes.Lars Wirzenius1-0/+5
2007-07-10Parse relative sizes.Lars Wirzenius1-0/+6
2007-07-09Handle absolute suffixes.Lars Wirzenius1-0/+10
2007-07-09Parse sizes, dummy version.Lars Wirzenius1-0/+3
2007-07-09Parse --text-file-size option.Lars Wirzenius1-0/+5
2007-07-09Parse --percentage-text-data option.Lars Wirzenius1-0/+5
2007-07-09Parse --max-count option.Lars Wirzenius1-0/+5
2007-07-09Parse --seed option.Lars Wirzenius1-0/+33
2007-07-09Modify files also with binary data.Lars Wirzenius1-1/+0
2007-07-09Modify files (text only for now).Lars Wirzenius1-0/+18
2007-07-09Make 'make check' faster by reducing the number of files created for the dele...Lars Wirzenius1-1/+1
2007-07-09Rename files.Lars Wirzenius1-1/+10
2007-07-09Delete files.Lars Wirzenius1-1/+19
2007-07-09Create new files up to a desired size, dividing them into text and binary fil...Lars Wirzenius1-7/+33
2007-07-09Count number of new text files to create.Lars Wirzenius1-0/+8
2007-07-09Create binary files.Lars Wirzenius1-2/+16
2007-07-09Create a text file.Lars Wirzenius1-0/+15
2007-07-09Actually look for pre-existing files.Lars Wirzenius1-0/+11
2007-07-09Generate actual pseudo-random binary junk, and make sure it doesn't compress ...Lars Wirzenius1-3/+10
2007-07-09Initialize a pseudo-random number generator.Lars Wirzenius1-0/+11
2007-07-09Get and set seed for the pseudo-random number generator.Lars Wirzenius1-0/+7
2007-07-09Generate binary data.Lars Wirzenius1-0/+4
2007-07-09Generate text data.Lars Wirzenius1-0/+10
2007-07-09Lower the max number of files per directory for tests that create many files,...Lars Wirzenius1-0/+4
2007-07-09Remove now-superfluous test.Lars Wirzenius1-7/+0
2007-07-09Choose directory for next file correctly.Lars Wirzenius1-0/+26
2007-07-09Verify that we choose the root directory until it fills up to limit.Lars Wirzenius1-0/+6
2007-07-09When choosing directory, choose root if exists, but is empty.Lars Wirzenius1-0/+4
2007-07-09When choosing directory, choose root if it doesn't exist.Lars Wirzenius1-0/+3