class documentation

class ManyAsLDIFTests(unittest.TestCase): (source)

View In Hierarchy

Converting multiple LDAP objects to LDIF. Every object consists of pair of DN and pairs of attribute keys and lists of values. The result is a number of blocks representing each object in LDIF format separated by an empty lines. The result contains a header with version number separated from other blocks by an empty line.

Method test_multiple_objects Undocumented
def test_multiple_objects(self): (source)

Undocumented