~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testapi.py

Don't ignore bzrlib/plugins -- really bad idea because they can have bad 
old plugins lying around!

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import sys
26
26
 
27
27
import bzrlib
28
 
from bzrlib.tests import TestCase
 
28
from bzrlib.selftest import TestCase
29
29
 
30
30
class APITests(TestCase):
31
31