~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2010-04-26 13:51:08 UTC
  • mto: (5184.2.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5185.
  • Revision ID: v.ladeuil+lp@free.fr-20100426135108-vwmfphc2xg1w058c
Random cleanups to catch up with copyright updates in trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
"""
24
24
 
25
25
 
26
 
from bzrlib.tests import TestCaseWithTransport
 
26
from bzrlib import tests
27
27
 
28
28
 
29
29
def load_tests(basic_tests, module, loader):
123
123
    return suite
124
124
 
125
125
 
126
 
class ExternalBase(TestCaseWithTransport):
 
126
class ExternalBase(tests.TestCaseWithTransport):
127
127
 
128
128
    def check_output(self, output, *args):
129
129
        """Verify that the expected output matches what bzr says.