class documentation

class LDAPSyntaxDelete(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testDeleteInvalidates Deleting an LDAPEntry invalidates it.
Method testDeleteOnWire LDAPEntry.delete should write the right data to the server.
Method testErrorHandling LDAPEntry.delete should pass LDAP errors to it's deferred.
Method testErrorHandling_extended LDAPEntry.delete should pass even non-LDAPDelResponse errors to it's deferred.
def testDeleteInvalidates(self): (source)

Deleting an LDAPEntry invalidates it.

def testDeleteOnWire(self): (source)

LDAPEntry.delete should write the right data to the server.

def testErrorHandling(self): (source)

LDAPEntry.delete should pass LDAP errors to it's deferred.

def testErrorHandling_extended(self): (source)

LDAPEntry.delete should pass even non-LDAPDelResponse errors to it's deferred.