class documentation

class TestModificationOpLDIF(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testAdd Undocumented
Method testAddBase64 LDIF attribute representation is base64 encoded if attribute value contains nonprintable characters or starts with reserved characters
Method testDelete Undocumented
Method testDeleteAll Undocumented
Method testReplace Undocumented
Method testReplaceAll Undocumented
def testAdd(self): (source)

Undocumented

def testAddBase64(self): (source)

LDIF attribute representation is base64 encoded if attribute value contains nonprintable characters or starts with reserved characters

def testDelete(self): (source)

Undocumented

def testDeleteAll(self): (source)

Undocumented

def testReplace(self): (source)

Undocumented

def testReplaceAll(self): (source)

Undocumented