~mcuelenaere/duplicity/duplicity

« back to all changes in this revision

Viewing changes to testing/unit/test_collections.py

  • Committer: kenneth at loafman
  • Date: 2018-10-04 14:46:47 UTC
  • Revision ID: kenneth@loafman.com-20181004144647-c92odxukh6rpwea6
* Fixed bug #1795227 global name Dropbox is not defined
  - Applied patch from Pedro Gimeno to restore globals

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        test_fileobj(1, u"hello 1")
184
184
        test_fileobj(2, u"Hello 2")
185
185
 
186
 
    @pytest.mark.nocapture
 
186
    @pytest.mark.usefixtures(u"redirect_stdin")
187
187
    def test_sigchain_fileobj(self):
188
188
        u"""Test getting signature chain fileobjs from archive_dir_path"""
189
189
        self.set_gpg_profile()