~mterry/duplicity/python3

« back to all changes in this revision

Viewing changes to testing/unit/test_file_naming.py

  • Committer: Michael Terry
  • Date: 2015-04-15 02:55:58 UTC
  • Revision ID: michael.terry@canonical.com-20150415025558-olp1x7mmejs098xc
fix tests in py2

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
        self.set_global('file_prefix_signature', b"sign-")
148
148
        self.set_global('file_prefix_archive', b"arch-")
149
149
 
150
 
    def tearDown(self):
151
 
        # Back to default
152
 
        globals.short_filenames = 0
153
150
 
154
151
if __name__ == "__main__":
155
152
    unittest.main()