~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
17
 
 
18
# TODO: Perhaps there should be an API to find out if bzr running under the
 
19
# test suite -- some plugins might want to avoid making intrusive changes if
 
20
# this is the case.  However, we want behaviour under to test to diverge as
 
21
# little as possible, so this should be used rarely if it's added at all.
 
22
# (Suggestion from j-a-meinel, 2005-11-24)
 
23
 
18
24
from cStringIO import StringIO
19
25
import difflib
20
26
import errno
686
692
                   'bzrlib.tests.test_plugins',
687
693
                   'bzrlib.tests.test_remove',
688
694
                   'bzrlib.tests.test_revision',
689
 
                   'bzrlib.tests.test_revision_info',
690
695
                   'bzrlib.tests.test_revisionnamespaces',
691
696
                   'bzrlib.tests.test_revprops',
692
697
                   'bzrlib.tests.test_reweave',
699
704
                   'bzrlib.tests.test_source',
700
705
                   'bzrlib.tests.test_status',
701
706
                   'bzrlib.tests.test_store',
 
707
                   'bzrlib.tests.test_symbol_versioning',
702
708
                   'bzrlib.tests.test_testament',
703
709
                   'bzrlib.tests.test_trace',
704
710
                   'bzrlib.tests.test_transactions',