twisted.mail.test.test_mail.StubAliasableDomain(object)
class documentationtwisted.mail.test.test_mail
(View In Hierarchy)
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. |
No test coverage for invocations of this method on domain objects, so we just won't implement it.
No test coverage for invocations of this method on domain objects, so we just won't implement it.
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.