server/test/unittest_ldapuser.py
changeset 6415 b0b0f097a72d
parent 6340 470d8e828fda
child 6427 c8a5ac2d1eaa
equal deleted inserted replaced
6413:c1a85c1ce131 6415:b0b0f097a72d
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 """cubicweb.server.sources.ldapusers unit and functional tests
    18 """cubicweb.server.sources.ldapusers unit and functional tests"""
    19 
       
    20 """
       
    21 
    19 
    22 import socket
    20 import socket
    23 
    21 
    24 from logilab.common.testlib import TestCase, unittest_main, mock_object
    22 from logilab.common.testlib import TestCase, unittest_main, mock_object
    25 from cubicweb.devtools import TestServerConfiguration
    23 from cubicweb.devtools import TestServerConfiguration