49
51
In open teams joining and leaving the team generates no notifications.
51
53
>>> 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
74
70
Now Robert Collins proposes himself as a member of the Ubuntu Team. This
75
71
generates a notification email only to Ubuntu Team administrators.