class documentation

class TestLDIFParseError(unittest.TestCase): (source)

View In Hierarchy

Unit tests for LDIFParseError which is hte base for all the other LDIF errors.

Method testInitNoArgs It can be initialized without arguments and will have the docstring as the string representation.
Method testInitWithArgs When initialized with arguments it will use the docstring as base and include all the arguments.
def testInitNoArgs(self): (source)

It can be initialized without arguments and will have the docstring as the string representation.

def testInitWithArgs(self): (source)

When initialized with arguments it will use the docstring as base and include all the arguments.