~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/doc/notifications.txt

[r=wallyworld][bug=816261] Move bugs subscriptions_list to apps and
        add IQuestion.canBeUnsubscribedBy

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
a notification.
303
303
 
304
304
    >>> login('test@canonical.com')
305
 
    >>> ubuntu_question.unsubscribe(sample_person)
 
305
    >>> ubuntu_question.unsubscribe(sample_person, sample_person)
306
306
    >>> message = ubuntu_question.giveInfo('A PowerMac 7200.')
307
307
 
308
308
    >>> notifications = pop_questionemailjobs()