~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

[merge] bzr.dev 1515

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
691
697
                   'bzrlib.tests.test_source',
692
698
                   'bzrlib.tests.test_status',
693
699
                   'bzrlib.tests.test_store',
 
700
                   'bzrlib.tests.test_symbol_versioning',
694
701
                   'bzrlib.tests.test_testament',
695
702
                   'bzrlib.tests.test_trace',
696
703
                   'bzrlib.tests.test_transactions',