~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2007-05-02 14:00:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2486.
  • Revision ID: mbp@sourcefrog.net-20070502140053-50hm0ihm249u627n
Start adding CountedLock class to partially replace LockableFiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
2281
2281
                   'bzrlib.tests.test_commit_merge',
2282
2282
                   'bzrlib.tests.test_config',
2283
2283
                   'bzrlib.tests.test_conflicts',
 
2284
                   'bzrlib.tests.test_counted_lock',
2284
2285
                   'bzrlib.tests.test_decorators',
2285
2286
                   'bzrlib.tests.test_delta',
2286
2287
                   'bzrlib.tests.test_diff',