~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-26 02:27:30 UTC
  • mto: (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: aaron.bentley@utoronto.ca-20050826022730-72ac54a74b855b4a
Added test of double-add in ImmutableStore

Show diffs side-by-side

added added

removed removed

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