testing.functional.test_verify module

class testing.functional.test_verify.VerifyTest(methodName='runTest')[source]

Bases: FunctionalTestCase

Test verify using duplicity binary

test_verify()[source]

Test that verify (without –compare-data) works in the basic case

test_verify_changed_source_file()[source]

Test verify (without –compare-data) gives no error if a source file is changed

test_verify_changed_source_file_adjust_mtime()[source]

Test verify (without –compare-data) gives no error if a source file is changed and the mtime is changed (changing anything about the source files shouldn’t matter)

test_verify_compare_data()[source]

Test that verify works in the basic case when the –compare-data option is used

test_verify_compare_data_changed_source_file()[source]

Test verify with –compare-data gives an error if a source file is changed

test_verify_compare_data_changed_source_file_adjust_mtime()[source]

Test verify with –compare-data gives an error if a source file is changed, even if the mtime is changed

test_verify_corrupt_archive()[source]

Test verify (without –compare-data) gives an error if the archive is corrupted

test_verify_corrupt_archive_compare_data()[source]

Test verify with –compare-data gives an error if the archive is corrupted