~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugnotificationrecipients.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
The instance of BugNotificationRecipients we get back correctly
21
21
implements INotificationRecipientSet:
22
22
 
23
 
    >>> from canonical.launchpad.interfaces.launchpad import (
24
 
    ...     INotificationRecipientSet,
25
 
    ...     )
 
23
    >>> from lp.services.mail.interfaces import INotificationRecipientSet
26
24
    >>> from canonical.launchpad.webapp.testing import verifyObject
27
25
    >>> verifyObject(INotificationRecipientSet, recipients)
28
26
    True