testing.functional.test_verify module
- class testing.functional.test_verify.VerifyTest(methodName='runTest')[source]
Bases:
FunctionalTestCase
Test verify using duplicity binary
- 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