Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | Added creation of input mail from python message | Bruno 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-18 | no more self.client, since those methods are available from test case base | Victor Shyba | |
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba | |
2015-02-20 | Issue #174 - rejects bounced addresses on contacts suggestions | Patrick Maia | |
2015-02-05 | for #167, deduplicate contacts by largest | Victor Shyba | |
2015-02-03 | Enabling integration tests to be run in parallel | Duda Dornelles | |
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster | |||
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba | |
2015-01-23 | Removing nosetests timeout limit from tests, now with trial we dont need that | Duda Dornelles | |
2015-01-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |