~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2007-03-14 20:15:52 UTC
  • mto: (2353.4.2 locking)
  • mto: This revision was merged to the branch mainline in revision 2360.
  • Revision ID: john@arbash-meinel.com-20070314201552-bjtfua57456dviep
Update the lock code and test code so that if more than one
lock implementation is available, they will both be tested.

It is quite a bit of overhead, for a case where we are likely to only have 1
real lock implementation per platform, but hey, for now we have 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
    import bzrlib.tests.interrepository_implementations
121
121
    import bzrlib.tests.interversionedfile_implementations
122
122
    import bzrlib.tests.intertree_implementations
 
123
    import bzrlib.tests.per_lock
123
124
    import bzrlib.tests.repository_implementations
124
125
    import bzrlib.tests.revisionstore_implementations
125
126
    import bzrlib.tests.tree_implementations
132
133
            bzrlib.tests.interrepository_implementations,
133
134
            bzrlib.tests.interversionedfile_implementations,
134
135
            bzrlib.tests.intertree_implementations,
 
136
            bzrlib.tests.per_lock,
135
137
            bzrlib.tests.repository_implementations,
136
138
            bzrlib.tests.revisionstore_implementations,
137
139
            bzrlib.tests.tree_implementations,
1950
1952
                   'bzrlib.tests.test_knit',
1951
1953
                   'bzrlib.tests.test_lazy_import',
1952
1954
                   'bzrlib.tests.test_lazy_regex',
1953
 
                   'bzrlib.tests.test_lock',
1954
1955
                   'bzrlib.tests.test_lockdir',
1955
1956
                   'bzrlib.tests.test_lockable_files',
1956
1957
                   'bzrlib.tests.test_log',