server/test/unittest_sqlutils.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 4831 c5aec27c1bf7
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """unit tests for module cubicweb.server.sqlutils
     1 """unit tests for module cubicweb.server.sqlutils
       
     2 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     2 """
     3 """
     3 
     4 
     4 import sys
     5 import sys
     5 
     6 
     6 from logilab.common.testlib import TestCase, unittest_main
     7 from logilab.common.testlib import TestCase, unittest_main