~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2011-02-10 12:37:27 UTC
  • mto: This revision was merged to the branch mainline in revision 5661.
  • Revision ID: v.ladeuil+lp@free.fr-20110210123727-8e0pu4wtlt6fj7nf
thread is already a python module, avoid confusion and use cethread instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3858
3858
        'bzrlib.tests.test_testament',
3859
3859
        'bzrlib.tests.test_textfile',
3860
3860
        'bzrlib.tests.test_textmerge',
3861
 
        'bzrlib.tests.test_thread',
 
3861
        'bzrlib.tests.test_cethread',
3862
3862
        'bzrlib.tests.test_timestamp',
3863
3863
        'bzrlib.tests.test_trace',
3864
3864
        'bzrlib.tests.test_transactions',