Skip to content
Sections
>> Trisquel >> パッケージ >> nabia >> python >> python3-mockldap
etiona  ] [  nabia  ] [  aramo  ]
[ ソース: mockldap  ]

パッケージ: python3-mockldap (0.3.0-4)

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.

その他の python3-mockldap 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • dep: python3
    interactive high-level object-oriented language (default python3 version)
  • dep: python3-funcparserlib
    Recursive descent parsing library for python3

python3-mockldap のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 12.3 kB52 kB [ファイル一覧]