class documentation

class TestLDIFParsing(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testAttributeValueFromURL Getting attribute values from URL is not supported.
Method testCaseInsensitiveAttributeTypes The attribute description (name/types) is case insensitive, while values are case sensitives.
Method testCaseInsensitiveDN DN is case insensitive.
Method testComments Comments can be placed anywhere.
Method testEntryStartWithoutDN It fails to parse the entry does not start with DN.
Method testFromLDIF Undocumented
Method testMoreEmptyLinesBetweenEntries It accept multiple lines between entries.
Method testNoSpaces Undocumented
Method testSplitLines Input can be split on multiple lines as long as the line starts with a space.
Method testStartWithSpace It fails to parse if a line start with a space but is not a continuation of a previous line.
Method testTruncatedFailure Undocumented
Method testVersion1 Undocumented
Method testVersion2 Undocumented
Method testVersionInvalid Undocumented
def testAttributeValueFromURL(self): (source)

Getting attribute values from URL is not supported.

def testCaseInsensitiveAttributeTypes(self): (source)

The attribute description (name/types) is case insensitive, while values are case sensitives.

def testCaseInsensitiveDN(self): (source)

DN is case insensitive.

def testComments(self): (source)

Comments can be placed anywhere.

def testEntryStartWithoutDN(self): (source)

It fails to parse the entry does not start with DN.

def testFromLDIF(self): (source)

Undocumented

def testMoreEmptyLinesBetweenEntries(self): (source)

It accept multiple lines between entries.

def testNoSpaces(self): (source)

Undocumented

def testSplitLines(self): (source)

Input can be split on multiple lines as long as the line starts with a space.

def testStartWithSpace(self): (source)

It fails to parse if a line start with a space but is not a continuation of a previous line.

def testTruncatedFailure(self): (source)

Undocumented

def testVersion1(self): (source)

Undocumented

def testVersion2(self): (source)

Undocumented

def testVersionInvalid(self): (source)

Undocumented