~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2006-03-02 01:26:22 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060302012622-6d1d0b92fe94d9be
Checkpointing: created InterObject to factor out common inter object worker code, added InterVersionedFile and tests to allow making join work between any versionedfile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    import bzrlib.tests.branch_implementations
85
85
    import bzrlib.tests.bzrdir_implementations
86
86
    import bzrlib.tests.interrepository_implementations
 
87
    import bzrlib.tests.interversionedfile_implementations
87
88
    import bzrlib.tests.repository_implementations
88
89
    import bzrlib.tests.workingtree_implementations
89
90
    return [
92
93
            bzrlib.tests.branch_implementations,
93
94
            bzrlib.tests.bzrdir_implementations,
94
95
            bzrlib.tests.interrepository_implementations,
 
96
            bzrlib.tests.interversionedfile_implementations,
95
97
            bzrlib.tests.repository_implementations,
96
98
            bzrlib.tests.workingtree_implementations,
97
99
            ]