mockldap 0.2.8-1 source package in Ubuntu
Changelog
mockldap (0.2.8-1) unstable; urgency=low * Upload to unstable (Closes: #866016). * Bump Standards-Version to 4.0.0. -- Michael Fladischer <email address hidden> Thu, 06 Jul 2017 20:52:12 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mockldap_0.2.8-1.dsc | 1.9 KiB | 028838b54d467edb5d50af9e96c9f872d46ad7809d8af5f0006eb2d9984881f1 |
mockldap_0.2.8.orig.tar.gz | 22.5 KiB | d7122f58e67702c51fef632c718f09444ab8261b5693f17c6ad42d010f5acc99 |
mockldap_0.2.8-1.debian.tar.xz | 10.7 KiB | e6dacb86710109a68848a81c3e5167a2443b3860830c843e0241c14d3b6ca2a4 |
Available diffs
- diff from 0.2.5-1 to 0.2.8-1 (6.5 KiB)
No changes file available.
Binary packages built by this source
- python-mockldap: simple mock implementation of python-ldap (Python2 version)
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 Python 2 version of the library.
- python-mockldap-doc: No summary available for python-mockldap-doc in ubuntu artful.
No description available for python-mockldap-doc in ubuntu artful.
- python3-mockldap: simple mock implementation of python-ldap (Python3 version)
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 Python 3 version of the library.