Skip to content

Commit

Permalink
added doc stub for module slapdtest
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Aug 1, 2017
1 parent 83e2ec0 commit e17b11e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
python-ldap Documentation
##########################

.. % $Id: index.rst,v 1.9 2015/10/24 12:49:41 stroeder Exp $
.. % $Id: index.rst,v 1.10 2017/08/01 17:50:24 stroeder Exp $
.. topic:: Abstract

Expand Down Expand Up @@ -34,6 +34,7 @@ Contents
ldif.rst
ldapurl.rst
dsml.rst
slapdtest.rst


******************
Expand Down
25 changes: 25 additions & 0 deletions Doc/slapdtest.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. % $Id: slapdtest.rst,v 1.1 2017/08/01 17:50:24 stroeder Exp $
#####################################
:mod:`slapdtest` Spawning test instances of OpenLDAP's slapd server
#####################################

.. py:module:: slapdtest
:synopsis: Spawning test instances of OpenLDAP's slapd server
.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/)


The module is used for testing python-ldap itself but can be used for
automatically testing any OpenLDAP-based configuration setup.

This module is pure Python and does not rely on any non-standard modules.
Therefore it can be used stand-alone without the rest of the python-ldap
package.

Functions
^^^^^^^^^


Classes
^^^^^^^

0 comments on commit e17b11e

Please sign in to comment.