mockldap 0.3.0-7 source package in Ubuntu

Changelog

mockldap (0.3.0-7) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-mockldap-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 11:47:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mockldap_0.3.0-7.dsc 2.1 KiB 2936aefc3dbfba9855afb4c86e8fa36a542b11336b544e3ece20a869fa1ff1fd
mockldap_0.3.0.orig.tar.gz 18.5 KiB 8f988897d6f0e77c7ae2b067afc22a62b3327895620d7643e66f37cedafc8c3a
mockldap_0.3.0-7.debian.tar.xz 11.5 KiB 993d1b873817cc4d340dfeb8384f11b0d253eda152bbc982e6c8e3bb3c1199ce

Available diffs

No changes file available.

Binary packages built by this source

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.

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.