python-dirbtuves / website

Python dirbtuvės project web site.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Invitation link to an event #26

Open sirex opened 9 years ago

sirex commented 9 years ago

Send invitations, when event is created. Invitation should be sent only to all participants of parent event.

For now, no html mails and only one link.

Depends on: #21, #22, #25.

sirex commented 9 years ago

https://cucumber.io/ - can be used for testing.

To write tests you have to:

  1. Define some fixtures using factory boy factories (pylab.core.factories).
  2. Call a unit.
  3. Check if right amount of emails was sent.