/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Martin von Gagern
  • Date: 2010-05-03 09:19:15 UTC
  • mfrom: (5199 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5203.
  • Revision ID: martin.vgagern@gmx.net-20100503091915-pxo6gxs42gbesse3
mergeĀ fromĀ 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):
125
125
    return suite
126
126
 
127
127
 
128
 
class ExternalBase(TestCaseWithTransport):
 
128
class ExternalBase(tests.TestCaseWithTransport):
129
129
 
130
130
    def check_output(self, output, *args):
131
131
        """Verify that the expected output matches what bzr says.