Implements interfaces: twisted.mail.interfaces.IAliasableDomain

Minimal testable implementation of IAliasableDomain.

Method exists No test coverage for invocations of this method on domain objects, so we just won't implement it.
Method addUser No test coverage for invocations of this method on domain objects, so we just won't implement it.
Method getCredentialsCheckers No summary
Method setAliasGroup Just record the value so the test can check it later.
def exists(self, user):

No test coverage for invocations of this method on domain objects, so we just won't implement it.

def addUser(self, user, password):

No test coverage for invocations of this method on domain objects, so we just won't implement it.

def getCredentialsCheckers(self):

This needs to succeed in order for other tests to complete successfully, but we don't actually assert anything about its behavior. Return an empty list. Sometime later we should return something else and assert that a portal got set up properly.

def setAliasGroup(self, aliases):

Just record the value so the test can check it later.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.