~statik/testtools/packaging

« back to all changes in this revision

Viewing changes to testtools/testresult.py

  • Committer: Jonathan Lange
  • Date: 2008-10-04 03:56:17 UTC
  • mfrom: (10.1.1 rename-to-testtools)
  • Revision ID: jml@canonical.com-20081004035617-0fzwmpolu86rahw7
Rename pyunit3k to testtools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
from zope.interface import implements
14
14
 
15
 
from pyunit3k.interfaces import ITestResult
 
15
from testtools.interfaces import ITestResult
16
16
 
17
17
 
18
18
class TestResult(unittest.TestResult):