class documentation

class PostfixTCPMapServerTestCase:

Known subclasses: twisted.test.test_postfix.ValidTests

View In Hierarchy

Undocumented

Method test_chat Test that get and put commands are responded to correctly by postfix.PostfixTCPMapServer when its factory is an instance of postifx.PostfixTCPMapDictServerFactory.
Method test_deferredChat Test that get and put commands are responded to correctly by postfix.PostfixTCPMapServer when its factory is an instance of postifx.PostfixTCPMapDeferringDictServerFactory.
Method test_getException If the factory throws an exception, error code 400 must be returned.
Class Variable chat Undocumented
Class Variable data Undocumented
def test_chat(self):

Test that get and put commands are responded to correctly by postfix.PostfixTCPMapServer when its factory is an instance of postifx.PostfixTCPMapDictServerFactory.

def test_deferredChat(self):

Test that get and put commands are responded to correctly by postfix.PostfixTCPMapServer when its factory is an instance of postifx.PostfixTCPMapDeferringDictServerFactory.

def test_getException(self):

If the factory throws an exception, error code 400 must be returned.

chat: list[tuple[bytes, bytes]] =

Undocumented

data: dict[bytes, bytes] =

Undocumented