~mterry/duplicity/backend-unification

« back to all changes in this revision

Viewing changes to testing/functional/test_badupload.py

  • Committer: Michael Terry
  • Date: 2014-04-20 05:58:47 UTC
  • mto: This revision was merged to the branch mainline in revision 978.
  • Revision ID: michael.terry@canonical.com-20140420055847-5btxtxythvsblgpk
More reorg of testing/

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
import unittest
24
24
 
25
 
from helper import CmdError, DuplicityTestCase
26
 
 
27
 
 
28
 
class BadUploadTest(DuplicityTestCase):
 
25
from . import CmdError, FunctionalTestCase
 
26
 
 
27
 
 
28
class BadUploadTest(FunctionalTestCase):
29
29
    """
30
30
    Test missing volume upload using duplicity binary
31
31
    """