~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Robert Collins
  • Date: 2005-08-24 06:53:07 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050824065307-bca8ae89734a53f8
merge from mpool

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from testsweet import TestCase, run_suite, InTempDir
19
19
import bzrlib.commands
 
20
import bzrlib.fetch
20
21
 
21
22
MODULES_TO_TEST = []
22
23
MODULES_TO_DOCTEST = []
62
63
                   'bzrlib.selftest.testrevision',
63
64
                   'bzrlib.merge_core',
64
65
                   'bzrlib.selftest.testdiff',
 
66
                   'bzrlib.fetch'
65
67
                   ]
66
68
 
67
 
    # XXX: should also test bzrlib.merge_core, but they seem to be out
68
 
    # of date with the code.
69
 
 
70
69
    for m in (bzrlib.store, bzrlib.inventory, bzrlib.branch,
71
70
              bzrlib.osutils, bzrlib.commands, bzrlib.merge3):
72
71
        if m not in MODULES_TO_DOCTEST: