summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_draft_service.py
AgeCommit message (Collapse)Author
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-11-23replace stdlib's unittest with trials's unittest for all unittestRoald de Vries
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user.
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-11-23Checking on deletion errors on drafts isnt neededVictor Shyba
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512
2015-08-11Worked on integration tests.Folker Bernitt
2015-06-05Added creation of input mail from python messageBruno Wagner
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways.
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles