test/unittest_rset.py
changeset 1977 606923dff11b
parent 1640 65b60f177eb1
child 2286 5dd33f9b7b84
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # coding: utf-8
     1 # coding: utf-8
     2 """unit tests for module cubicweb.common.utils"""
     2 """unit tests for module cubicweb.common.utils
       
     3 
       
     4 :organization: Logilab
       
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     8 """
     3 from __future__ import with_statement
     9 from __future__ import with_statement
     4 
    10 
     5 from logilab.common.testlib import TestCase, unittest_main
    11 from logilab.common.testlib import TestCase, unittest_main
     6 
    12 
     7 from cubicweb.devtools.apptest import EnvBasedTC
    13 from cubicweb.devtools.apptest import EnvBasedTC