devtools/test/unittest_testlib.py
changeset 8694 d901c36bcfce
parent 8460 b1f6777fc839
child 8941 7b26fe71404f
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    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