~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-08-19 12:06:01 UTC
  • mto: (1092.1.41) (1185.3.4) (974.1.47)
  • mto: This revision was merged to the branch mainline in revision 1110.
  • Revision ID: aaron.bentley@utoronto.ca-20050819120601-58525b75283a9c1c
Initial greedy fetch work

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from testsweet import TestBase, run_suite, InTempDir
19
19
import bzrlib.commands
 
20
import bzrlib.fetch
20
21
 
21
22
MODULES_TO_TEST = []
22
23
MODULES_TO_DOCTEST = []
56
57
                   'bzrlib.selftest.testrevision',
57
58
                   'bzrlib.merge_core',
58
59
                   'bzrlib.selftest.testdiff',
 
60
                   'bzrlib.fetch'
59
61
                   ]
 
62
    testmod_names = ['bzrlib.fetch']
60
63
 
61
64
    # XXX: should also test bzrlib.merge_core, but they seem to be out
62
65
    # of date with the code.