summaryrefslogtreecommitdiff
path: root/service/test/unit/test_welcome_mail.py
AgeCommit message (Collapse)Author
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-05get templates from pkg_resourcesRoald de Vries
2016-11-23replace stdlib's unittest with trials's unittest for all unittestRoald de Vries
2016-09-27Adds more tests for welcome mail.Denis Costa
2016-09-23Adds translation to welcome mail.Denis Costa
2016-05-11Remove dispatcher references from serviceCaio Carrara
Since we're not using dispatcher anymore, it doesn't make sense to keep dispatcher references and program flows that depend on it. For example, it doesn't make sense keep the flag --organization-mode, so it was removed as well.
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
- Issue #576 - To start in multi user, run with --multi-user --provider provider-name.tld
2015-10-27Moves welcome mail logic inside LeapSessionGiovane
2015-10-20Refactored the welcome mail logic and add a testJefferson Stachelski