equal
deleted
inserted
replaced
14 # details. |
14 # details. |
15 # |
15 # |
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 """unittests for cw.devtools.testlib module""" |
18 """unittests for cw.devtools.testlib module""" |
19 from __future__ import with_statement |
|
20 |
19 |
21 from cStringIO import StringIO |
20 from cStringIO import StringIO |
22 |
21 |
23 from unittest import TextTestRunner |
22 from unittest import TextTestRunner |
24 from logilab.common.testlib import TestSuite, TestCase, unittest_main |
23 from logilab.common.testlib import TestSuite, TestCase, unittest_main |