mockldap 0.2.5-1 source package in Ubuntu

Changelog

mockldap (0.2.5-1) unstable; urgency=low

  * New upstream release.

 -- Michael Fladischer <email address hidden>  Tue, 30 Jun 2015 16:45:21 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mockldap_0.2.5-1.dsc 2.1 KiB eb9f3ed10772648ad3d7ab12915f66351c2738129779835267b132e13023dff9
mockldap_0.2.5.orig.tar.gz 22.2 KiB 994eae87a9ff4a13ceb192d71c66a3bc041663f07db227cfbac81c9a87b94d77
mockldap_0.2.5-1.debian.tar.xz 9.7 KiB 34eaa3f0d9dd2556e3d27f96b266620d0cc82d4066a6233df4e14b601dbfcf8e

Available diffs

No changes file available.

Binary packages built by this source

python-mockldap: simple mock implementation of python-ldap

 This project provides a mock replacement for python-ldap. It’s useful for any
 project that would like to write unit tests against LDAP code without relying
 on a running LDAP server.
 .
 The goal of mockldap is to provide a mock instance of LDAPObject in response to
 any call to ldap.initialize. In the general case, you would register return
 values for all LDAPObject calls that you expect the code under test to make.
 Your assertions would then verify that the tested code behaved correctly given
 this set of return values from the LDAP APIs.
 .
 As a convenience, the mock LDAPObject isn’t just a dumb mock object. The
 typical way to use mockldap is to provide some static directory content and
 then let LDAPObject generate real return values. This will only work for simple
 LDAP operations–this obviously isn’t a complete Python LDAP server
 implementation–but those simple operations tend to cover a lot of cases.

python-mockldap-doc: simple mock implementation of python-ldap (Documentation)

 This project provides a mock replacement for python-ldap. It’s useful for any
 project that would like to write unit tests against LDAP code without relying
 on a running LDAP server.
 .
 The goal of mockldap is to provide a mock instance of LDAPObject in response to
 any call to ldap.initialize. In the general case, you would register return
 values for all LDAPObject calls that you expect the code under test to make.
 Your assertions would then verify that the tested code behaved correctly given
 this set of return values from the LDAP APIs.
 .
 As a convenience, the mock LDAPObject isn’t just a dumb mock object. The
 typical way to use mockldap is to provide some static directory content and
 then let LDAPObject generate real return values. This will only work for simple
 LDAP operations–this obviously isn’t a complete Python LDAP server
 implementation–but those simple operations tend to cover a lot of cases.
 .
 This package contains the documentation.