51
49
In open teams joining and leaving the team generates no notifications.
53
51
>>> login_person(admin_person)
54
54
>>> base_mails = len(stub.test_emails)
55
55
>>> new_person = factory.makePerson()
56
56
>>> login_person(new_person)
59
59
>>> membership.status.title
62
62
>>> len(stub.test_emails) - base_mails
66
66
>>> len(stub.test_emails) - base_mails
70
74
Now Robert Collins proposes himself as a member of the Ubuntu Team. This
71
75
generates a notification email only to Ubuntu Team administrators.