Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-07 | use test client in test case through composition instead of inheritance | Roald de Vries | |
2015-11-19 | Fixing tests #531 | Giovane | |
2015-09-10 | Removed bounced email contact removal (#441) | Bruno Wagner | |
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :) | |||
2015-09-08 | Some progress on the issue #441 | Jefferson Stachelski | |
I added some comments and TODOs in some parts of the code where I think should be changed | |||
2015-08-25 | [tests] skip bounced while issue #441 | Victor Shyba | |
-- Issue #441 skipped until migration of this feature is done. | |||
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Removed relative import of test resources. | Folker Bernitt | |
- test_contacts.py and test_commands.py | |||
2015-08-11 | fix test_contacts on integration | Victor Shyba | |
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 | |