Skip to content
Sections
>> Trisquel >> 软件包 >> etiona >> python >> python-mockldap
etiona  ]
[ 源代码: mockldap  ]

软件包: python-mockldap (0.3.0-2)

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 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • dep: python
    interactive high-level object-oriented language (default version)
  • dep: python-funcparserlib
    Recursive descent parsing library based on functional combinators
  • dep: python-mock
    Mocking and Testing Library
  • dep: python-pyldap
    LDAP interface module for Python 2.7 - transition package
    同时作为一个虚包由这些包填实: python-ldap

下载 python-mockldap

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 12.1 kB52 kB [文件列表]