server/test/unittest_ldapsource.py
changeset 10911 cff2dbc33eff
parent 10908 f80428f94761
child 10912 addc7ba36f69
--- a/server/test/unittest_ldapsource.py	Mon Nov 23 14:28:19 2015 +0100
+++ b/server/test/unittest_ldapsource.py	Mon Nov 23 14:34:13 2015 +0100
@@ -15,7 +15,10 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""cubicweb.server.sources.ldapusers unit and functional tests"""
+"""cubicweb.server.sources.ldapfeed unit and functional tests
+
+Those tests expect to have slapd, python-ldap3 and ldapscripts packages installed.
+"""
 from __future__ import print_function
 
 import os