~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/archivesubscriber.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-26 21:48:06 UTC
  • mfrom: (13506.6.3 bug-815623)
  • Revision ID: launchpad@pqm.canonical.com-20110726214806-v2j41ddaem16f6wa
[r=wgrant][bug=815623] Do not notify team admins about membership
 changes in open teams.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    >>> team_cprov = factory.makeTeam(cprov, "Team Cprov")
30
30
    >>> johnsmith.join(team_cprov)
31
31
    >>> logout()
32
 
 
33
 
Reset the test emails (after John joined team cprov):
34
 
 
35
32
    >>> from lp.testing.mail_helpers import print_emails
36
 
    >>> print_emails()
37
 
    From: Team Cprov <noreply@launchpad.net>
38
 
    ...
39
33
 
40
34
 
41
35
== Creating new subscriptions ==