~benji/testtools/modernize-tsfr

« back to all changes in this revision

Viewing changes to testtools/tests/helpers.py

  • Committer: Jonathan Lange
  • Date: 2008-10-04 03:51:34 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: jml@canonical.com-20081004035134-btksf423zsyvsaxr
Rename pyunit3k to testtools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    'LoggingResult',
8
8
    ]
9
9
 
10
 
from pyunit3k import TestResult
 
10
from testtools import TestResult
11
11
 
12
12
 
13
13
class LoggingResult(TestResult):