~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Adeodato Simó
  • Date: 2006-08-10 21:47:27 UTC
  • mto: (1911.4.3 registry)
  • mto: This revision was merged to the branch mainline in revision 2074.
  • Revision ID: dato@net.com.org.es-20060810214727-155eb44860689725
Morph John's LazyFactory into a generalized Registry class, and
implement LazyImportRegistry as a subclass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1287
1287
                   'bzrlib.tests.test_ignores',
1288
1288
                   'bzrlib.tests.test_inv',
1289
1289
                   'bzrlib.tests.test_knit',
1290
 
                   'bzrlib.tests.test_lazy_factory',
 
1290
                   'bzrlib.tests.test_registry',
1291
1291
                   'bzrlib.tests.test_lockdir',
1292
1292
                   'bzrlib.tests.test_lockable_files',
1293
1293
                   'bzrlib.tests.test_log',