server/test/unittest_ldapuser.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2773 b2530e3e0afb
child 2920 64322aa83a1d
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """cubicweb.server.sources.ldapusers unit and functional tests"""
     1 """cubicweb.server.sources.ldapusers unit and functional tests
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     2 
     8 
     3 from logilab.common.testlib import TestCase, unittest_main, mock_object
     9 from logilab.common.testlib import TestCase, unittest_main, mock_object
     4 from cubicweb.devtools import init_test_database, TestServerConfiguration
    10 from cubicweb.devtools import init_test_database, TestServerConfiguration
     5 from cubicweb.devtools.apptest import RepositoryBasedTC
    11 from cubicweb.devtools.apptest import RepositoryBasedTC
     6 from cubicweb.devtools.repotest import RQLGeneratorTC
    12 from cubicweb.devtools.repotest import RQLGeneratorTC