[server/test] document expected packages to run ldap tests
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 23 Nov 2015 14:34:13 +0100
changeset 10911 cff2dbc33eff
parent 10910 5ba4de264be4
child 10912 addc7ba36f69
[server/test] document expected packages to run ldap tests
server/test/unittest_ldapsource.py
--- 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