/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/test_exceptions.py

  • Committer: Robert Collins
  • Date: 2006-11-08 18:19:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2124.
  • Revision ID: robertc@robertcollins.net-20061108181955-eb8da16083292af7
Ensure TestSkipped is present for skipping when new test dependency on apport is missing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import sys
21
21
 
22
22
from bzrlib import bzrdir, repository, trace
23
 
from bzrlib.tests import TestCaseInTempDir, TestCase
 
23
from bzrlib.tests import TestCaseInTempDir, TestCase, TestSkipped
24
24
from bzrlib.errors import NotBranchError
25
25
 
26
26