class documentation

class LDAPSyntaxFetch(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testCommitAndFetch Fetching after a commit works.
Method testFetch_Empty Fetching attributes for a newly-created object works.
Method testFetch_Partial Fetching only some of the attributes does not overwrite existing values of different attribute types.
Method testFetch_Prefilled Fetching attributes for a (partially) known object overwrites the old attributes.
Method testFetch_WithDirtyJournal Trying to fetch attributes with a dirty journal fails.
def testCommitAndFetch(self): (source)

Fetching after a commit works.

def testFetch_Empty(self): (source)

Fetching attributes for a newly-created object works.

def testFetch_Partial(self): (source)

Fetching only some of the attributes does not overwrite existing values of different attribute types.

def testFetch_Prefilled(self): (source)

Fetching attributes for a (partially) known object overwrites the old attributes.

def testFetch_WithDirtyJournal(self): (source)

Trying to fetch attributes with a dirty journal fails.