~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-11 17:12:35 UTC
  • mfrom: (5652.1.7 thread-with-exception)
  • Revision ID: pqm@pqm.ubuntu.com-20110211171235-ky1uu0l0gz6501g7
(vila) Use cethread to avoid ambiguity with python module. (Vincent Ladeuil)

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',