~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-04-01 04:41:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5128.
  • Revision ID: mbp@sourcefrog.net-20100401044118-shyctqc02ob08ngz
ignore .testrepository

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
from bzrlib.errors import BzrCommandError
47
47
from bzrlib.tests.http_utils import TestCaseWithWebserver
48
48
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer
49
 
from bzrlib.tests import TestCaseWithTransport
 
49
from bzrlib.tests.blackbox import ExternalBase
50
50
from bzrlib.workingtree import WorkingTree
51
51
 
52
52
 
53
 
class TestCommands(TestCaseWithTransport):
 
53
class TestCommands(ExternalBase):
54
54
 
55
55
    def test_invalid_commands(self):
56
56
        self.run_bzr("pants", retcode=3)
354
354
    return L
355
355
 
356
356
 
357
 
class OldTests(TestCaseWithTransport):
 
357
class OldTests(ExternalBase):
358
358
    """old tests moved from ./testbzr."""
359
359
 
360
360
    def test_bzr(self):