adjust post-conditions for GZ[,AES]/rescue unit test
[python-delta-tar] / testing /
2018-04-02 Philipp Gesangadjust post-conditions for GZ[,AES]/rescue unit test
2018-04-02 Philipp Gesanguse real new volume handler during rescue
2018-04-02 Philipp Gesangadd test skeleton for corrupt index reconstruction
2018-04-02 Philipp Gesangderive test skeleton for disaster rescue mode
2018-04-02 Philipp Gesangtest corruption by tearing a hole in a volume
2018-04-02 Philipp Gesangadd test corrupting an entire volume
2018-04-02 Philipp Gesangallow for numbers of missing and failed files to differ...
2018-04-02 Philipp Gesangadjust the expectations about checksum mismatches with...
2018-04-02 Philipp Gesanguse index iterator to accomodate multivol extraction
2018-04-02 Philipp Gesanguse random data in multivol tests
2018-04-02 Philipp Gesanggive each recovery test a multivol companion
2018-04-02 Philipp Gesangtest recovery behavior with traling data
2018-04-02 Philipp Gesangtrack successful recover of corrupted payload in tests
2018-04-02 Philipp Gesangadd recover tests for completely damaged headers
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangadd header corruption tests
2018-04-02 Philipp Gesangadd test for corruption of encrypted files
2018-04-02 Philipp Gesangtrack irrecoverable files in test_recover
2018-04-02 Philipp Gesangprefer index iterator for recovery
2018-04-02 Philipp Gesangproperly damage gzip files for recover test
2018-04-02 Philipp Gesangadd bit flip helper for recover tests
2018-04-02 Philipp Gesanglay out skeleton for disaster recovery tests
2018-04-02 Philipp Gesangactually default to i2n mode with crypto.py scrypt
2018-04-02 Philipp Gesangadd unit test for CLI scrypt hashing
2018-04-02 Philipp Gesangallow passing keys directly to CLI crypto.py
2018-04-02 Philipp Gesanghandle bad randomness during IV creation
2018-04-02 Philipp Gesangdistinguish auxiliary file errors
2018-04-02 Philipp Gesangadapt unit tests for crypto.py subcommands
2018-04-02 Philipp Gesanggraciously handle GCM data length limit
2018-04-02 Philipp Gesangunit test crypto file counter wraparound
2018-04-02 Philipp Gesangextend strict iv tracking to encryption
2018-04-02 Philipp Gesangexpand crypto api to accept precomputed key
2018-04-02 Philipp Gesangreduce noise in test_multivol_compression_sizes.py
2018-04-02 Philipp Gesangtest that seeking backwards is disallowed by _Stream
2018-04-02 Philipp Gesangremove pytest dependency from test_crypto.py
2018-04-02 Philipp Gesangadd unit test for IV reuse
2018-04-02 Philipp Gesangadapt crypto unit tests to run in main suite
2018-04-02 Philipp Gesangadjust acceptable size window for compressed unit test...
2018-04-02 Philipp Gesangvalidate exceptions being thrown from invalid tarfile...
2018-04-02 Philipp Gesangadapt test_multivol_compression_sizes.py to revised...
2018-04-02 Philipp Gesangencode operation modes
2018-04-02 Philipp Gesanguse append mode in symlink unit test
2018-04-02 Philipp Gesanghandle uncompressed, encrypted archives with tarfile
2018-04-02 Philipp Gesangproperly restart compression when encrypting
2018-04-02 Philipp Gesanguse crypto.py to split test archive in test_encryption.py
2018-04-02 Philipp Gesangexplicitly disable gz initalization for _Stream’s used...
2018-04-02 Philipp Gesangconvert test_deltatar to revised crypto
2018-04-02 Philipp Gesangremove obsolete unittests for 256 bit AES
2018-04-02 Philipp Gesangrework encryption unittests
2018-04-02 Philipp Gesanguse OSError instead of IOError
2018-04-02 Philipp Gesangallow test_compression_level.py as module
2018-04-02 Philipp Gesangrework crypto.py unittests for revised encryption
2018-04-02 Philipp Gesangadapt concat_compress unit tests to gzip block sequence
2018-04-02 Philipp Gesangprefer symbolic constants over literals referring to...
2018-04-02 Philipp Gesangrename open_index to open_auxiliary_file
2018-04-02 Philipp Gesanghandle reading and formatting of tags
2018-04-02 Philipp Gesangunit test scrypt wrapper
2018-04-02 Philipp Gesangunit test bogus header data
2018-04-02 Philipp Gesangunit test auth tag handling
2018-04-02 Philipp Gesangunit test crypto handling of data spanning multiple...
2018-04-02 Philipp Gesangunit test header handling
2018-04-02 Philipp Gesangadd unit test module for encryption layer
2018-04-02 Philipp Gesangignore all symlinks
2016-11-04 Philipp Gesangadd unit test for overwriting symlinks
2016-11-04 Philipp Gesangrectify delayed symlink restoration
2016-11-04 Philipp Gesangadd unit test tracking behavior wrt symlinks
2016-11-03 Philipp Gesangavoid crash in test helper due to fp division
2016-06-23 Christian Herdtweckappease pylint
2016-06-20 Christian Herdtweckuse the "& 0xFFFfff" after all crc32 calculations
2016-06-17 Christian Herdtweckimprove one more unittest: raise proper assertion inste...
2016-06-17 Christian Herdtweckadjust unittests in test_deltatar
2016-06-17 Christian Herdtweckhad forgotten a few tarobj.close and os.unlink(temp_fil...
2016-06-17 Christian Herdtweckchange one output, make 2 variables to testing routine...
2016-06-17 Christian Herdtweckuse KiB, MiB (factor 1024) instead of KB, MB (factor...
2016-06-15 Christian Herdtweckfix search for file with impossible size (had forgotten...
2016-06-15 Christian Herdtweckensure temp file is deleted; add some comments about...
2016-06-15 Christian Herdtweckadded performance test script
2016-06-15 Christian Herdtweckadded minimum file size arg to find_random_files
2016-06-15 Christian Herdtweckadd unittest that runs one of the many multivolume...
2016-06-15 Christian Herdtweckcreated another test for multivolume compression size
2016-06-15 Christian Herdtweckskip one test with known failure
2016-06-15 Christian Herdtweckcorrect number of compressed backup volumes in tests
2016-06-15 Christian Herdtweckadded class variable MODE_COMPRESS to test_deltatar...
2016-06-15 Christian Herdtweckdo a proper unittest.skip if test is not run
2016-06-15 Christian Herdtweckremove print()s in unittest test_multivol
2016-06-15 Christian Herdtweckremove unused import
2016-06-15 Christian Herdtweckextend valid range of sizes for sample.tar.gz file
2016-06-15 Christian Herdtweckadded new unittest test_multivol_compress with bigger...
2016-06-15 Christian Herdtweckrenamed unittest test_multivol_compress to test_compres...
2016-06-15 Christian Herdtweckfix unittest's create_pseudo_random_file: do return...
2016-06-15 Christian Herdtweckimproved unittest's create file: do not gather GB in...
2016-06-15 Christian Herdtweckclean up in unittest: remove size_test_* files
2016-06-15 Christian Herdtweckclean up in unittest: remove unused imports
2016-06-15 Christian Herdtweckmake file size test faster by removing 16GB test file
2016-06-15 Christian Herdtweckcreate unittest for warning
2016-06-15 Christian Herdtweckadjust file-size-estimation unittest; add an actual...
2016-06-15 Christian Herdtweckstarted a unittest for multi-volume with compression
2016-06-15 Christian Herdtweckcreated unittest for get_file_size
2015-07-03 Thomas JaroschSwitch produced filenames from YY-mm-dd to YYYY-mm-dd
2015-07-03 Thomas JaroschAbility to the run the unit tests without a .git directory
next