~duplicity-team/duplicity/0.7-series

« back to all changes in this revision

Viewing changes to testing/functional/test_verify.py

  • Committer: Kenneth Loafman
  • Date: 2015-01-01 13:07:31 UTC
  • Revision ID: kenneth@loafman.com-20150101130731-6i3lb8r9rz4qpz2y
* Misc fixes for the following PEP8 issues:
   - E211, E221, E222, E225, E226, E228
   - see http://pep8.readthedocs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        else:
123
123
            self.fail('Expected CmdError not thrown')
124
124
 
125
 
 
126
125
    def test_verify_corrupt_archive(self):
127
126
        """Test verify (without --compare-data) gives an error if the archive is corrupted"""
128
127
        self.backup("full", "testfiles/various_file_types", options=[])