summaryrefslogtreecommitdiff
path: root/service/test/integration
AgeCommit message (Expand)Author
2015-04-01Unit tests, integration tests and welcome mailVictor Shyba
2015-03-20empty queries test makes more sense as a unit testVictor Shyba
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-03-18no more self.client, since those methods are available from test case baseVictor Shyba
2015-03-11for #315, test queries with bad or empty parameters. They all should return e...Victor Shyba
2015-02-27Refactored out tag service and replaced mail normalization with built-in pars...Bruno Wagner & Victor Shyba
2015-02-23for #174, mailer daemon is now filtered from suggestionsVictor Shyba
2015-02-20Issue #174 - rejects bounced addresses on contacts suggestionsPatrick Maia
2015-02-10Issue #276 - uses the old casing when an existing tag with different casing i...Patrick Maia
2015-02-06Issue #276 - saves tags in the same case they arrivePatrick Maia
2015-02-05for #167, deduplicate contacts by largestVictor Shyba
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
2015-02-03Issue #176 - tags with multiple words are now searcheablePatrick Maia
2015-02-03Enabling integration tests to be run in parallelDuda Dornelles
2015-01-28for #173, now searching on sender field for contacts auto completeVictor Shyba
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ...Duda Dornelles
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-23Removed nosetests helper from search test, it is passing nowBruno Wagner
2015-01-23Removing nosetests timeout limit from tests, now with trial we dont need thatDuda Dornelles
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles
2015-01-21Fixed pep8 warningsBruno Wagner
2015-01-21#240 Adapted tests after change to twisted webDuda Dornelles
2015-01-06Issue #183 adds ALL to special tags.Lisa Junger
2014-12-23#216 when trying to save a draft too fast (before the previous version is sav...Duda Dornelles
2014-12-23fixing pep8 warningsDuda Dornelles
2014-12-23Refactoring soledad querier to use mixinsDuda Dornelles
2014-12-22refactoring package structureDuda Dornelles
2014-12-18\#203 & #204 & #205: fixing client and api for buld mark as read/unread and ...Duda Dornelles
2014-12-17Issue #200 Fixed Pep8 issuesBruno Wagner
2014-12-17Fix issue #200 search works with base63 bodiesFábio Pio
2014-12-12Card #168 - ignores contacts coming from trash and draftsPatrick Maia
2014-12-12corrects test namePatrick Maia
2014-12-11created new tests to cover delete mail from mail listNeissi Torres Lima
2014-12-11optmizing python importsDuda Dornelles
2014-12-03#135 remove unnecessary testAlexandre Pretto Nunes
2014-12-03added functionality for reply all to service.Lisa Junger
2014-11-24Fixed pep8 warnings.Folker Bernitt
2014-11-24Adding contacts controller and basic contact searchDuda Dornelles
2014-11-19better organization for integration test support classesDuda Dornelles
2014-11-19Extracting deferred timeouts in tests to constantsDuda Dornelles
2014-11-18Increasing timeout for deferred tests so they run in slower boxes tooDuda Dornelles
2014-11-18Deferring TagsController.tags and fixing tests to deal with deferredsDuda Dornelles
2014-11-11Card #30 - migrates attachments controller to twistedPatrick Maia
2014-11-05moving to twistedDuda Dornelles
2014-10-23Adding test for get mails by ident on soledad_querierDuda Dornelles
2014-10-23Fixing unit testsDuda Dornelles
2014-10-23Improving test on soldeda_querier all_mails to make it more robust andDuda Dornelles
2014-10-23#117 making partial fetch of all_mails more reliable in case the fdoc of a ma...Duda Dornelles
2014-10-22index mails to accept a callback so that we can mark all as not recent when w...Duda Dornelles
2014-10-20adds permant deleted for trashed messages.Lisa Junger