1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-05 10:37:47 +02:00

partial testConnect implementation

This commit is contained in:
kakwa 2015-05-21 08:54:28 +02:00
parent 8a8294047c
commit a8c61d33e6

View File

@ -7,7 +7,7 @@ from __future__ import unicode_literals
import pytest
import sys
from sets import Set
from ldapcherry.backend.ldap import Backend
from ldapcherry.backend.backendLdap import Backend
from ldapcherry.exceptions import *
import cherrypy
@ -33,6 +33,7 @@ class TestError(object):
def testConnect(self):
inv = Backend(cfg, cherrypy.log)
inv._connect()
return True
def testConnectSSL(self):