~benji/testtools/modernize-tsfr

« back to all changes in this revision

Viewing changes to run-tests

  • 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:
3
3
 
4
4
import unittest
5
5
 
6
 
from pyunit3k.tests import test_suite
 
6
from testtools.tests import test_suite
7
7
 
8
8
 
9
9
unittest.TextTestRunner().run(test_suite())