summaryrefslogtreecommitdiff
path: root/service/test/support/integration/app_test_client.py
AgeCommit message (Expand)Author
2016-01-27Add a login multi user functional testFolker Bernitt
2016-01-26Refactor test account account creation into own classFolker Bernitt
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
2016-01-19Make RootResource read account email from mail serviceFolker Bernitt
2016-01-18root resource now depends on the services factory -- and mail service, for no...NavaL
2016-01-18migrating feedback resources to use services factoryNavaL
2016-01-18migrating mails resources to use services factoryNavaL
2016-01-18migrating contact resources to use the services factoryNavaL
2016-01-18migrating AttachmentsResources to use the service factoryNavaL
2016-01-18Refactory KeyResource to get services from sessionFolker Bernitt
2016-01-18Move user folder logic up to ServicesFolker Bernitt
2016-01-12Issue #577 - Added namespace to search index pathBruno Wagner
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ...mnandri
2015-12-18WIP: rename me latermnandri
2015-11-10refactor unit testsw00
2015-10-13Add tests for welcome mail.Giovane
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-09-10Removed PixelatedMail class leftoversBruno Wagner
2015-09-09Remove soledad querier and last usagesFolker Bernitt
2015-09-08Remove Soledad from AppTestClientkaeff
2015-09-04Remove SoledadQuerier from Serviceskaeff
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and remove...Giovane
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
2015-08-25[refactor] remove mailbox referencesVictor Shyba
2015-08-17Bind only local interface for server when running functionalskaeff
2015-08-11Fixed test_search integration test.Folker Bernitt
2015-08-11Worked on integration tests.Folker Bernitt
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11Added mail store to mail service.Folker Bernitt
2015-08-11Start events server before running functional tests.Folker Bernitt
2015-08-11move events diabling to AppTestClient for functional testsVictor Shyba
2015-08-11Fixed all functional tests using crochet.Folker Bernitt
2015-08-11fix attachment integration testVictor Shyba
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed test_mark_as_read_unread.py.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa...Folker Bernitt
2015-08-11fix integration test_searchVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11Fixing integration tests.Folker Bernitt
2015-06-12[refactor] SearchEngine does not need a querierVictor Shyba
2015-06-09Extracted services setup in a separate classBruno Wagner
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-06-04Config is not used anymoreBruno Wagner
2015-06-03Fixed tests after app changesBruno Wagner
2015-03-20integration helper: reindex only when new tags are added (performance)Victor Shyba
2015-03-18TestCase logic moved to AppTestClient, enabling reuse outside of integration ...Victor Shyba
2015-02-27Refactored out tag service and replaced mail normalization with built-in pars...Bruno Wagner & Victor Shyba