class documentation

class TestLDIFDeltaParsing(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testAdd Undocumented
Method testAdd_fail_noAttrvals Undocumented
Method testDelete " Triggers a DeleteOp when the diff action is `delete`.
Method testDeleteMalformat " Raises an error when delete change has data after the changetype.
Method testMODDN moddn is not yet supported.
Method testModification_complex Undocumented
Method testModification_empty Undocumented
Method testModification_fail_differentKey Undocumented
Method testModification_fail_noDash_1 Undocumented
Method testModification_fail_noDash_2 Undocumented
Method testModification_fail_unknownModSpec Undocumented
Method testModification_oneAdd Undocumented
Method testModification_twoAdds Undocumented
Method testMODRDN modrdn is not yet supported.
Method testNoChangetTypeEmpty Raises an error is the changetype is not present even if no other command are specified for the DN.
Method testNoChangeType Raises an error is the changetype is not present.
Method testUnknownChnagetType Raises an error is the changetype is not supported.
def testAdd(self): (source)

Undocumented

def testAdd_fail_noAttrvals(self): (source)

Undocumented

def testDelete(self): (source)

" Triggers a DeleteOp when the diff action is `delete`.

def testDeleteMalformat(self): (source)

" Raises an error when delete change has data after the changetype.

def testMODDN(self): (source)

moddn is not yet supported.

def testModification_complex(self): (source)

Undocumented

def testModification_empty(self): (source)

Undocumented

def testModification_fail_differentKey(self): (source)

Undocumented

def testModification_fail_noDash_1(self): (source)

Undocumented

def testModification_fail_noDash_2(self): (source)

Undocumented

def testModification_fail_unknownModSpec(self): (source)

Undocumented

def testModification_oneAdd(self): (source)

Undocumented

def testModification_twoAdds(self): (source)

Undocumented

def testMODRDN(self): (source)

modrdn is not yet supported.

def testNoChangetTypeEmpty(self): (source)

Raises an error is the changetype is not present even if no other command are specified for the DN.

def testNoChangeType(self): (source)

Raises an error is the changetype is not present.

def testUnknownChnagetType(self): (source)

Raises an error is the changetype is not supported.