summaryrefslogtreecommitdiff
path: root/service/test/unit/resources
AgeCommit message (Collapse)Author
2015-12-18enabling backend for Attachment feature togglemnandri
Issue #548
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-11-13Issue #523 - Created python test for arhive mailJefferson Stachelski
2015-11-10refactor unit testsw00
don't use initialize method of root_resource in test
2015-11-09use mail_service to inject account_email into root_resourcesw00
instead of using leap_session, mail_service can be used to get the account email.
2015-11-09template user's email address into titlesw00
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request.
2015-09-21#442 Creates feedback service that create tickets on leap web.Giovane
2015-08-11[tests] mock update to reflect deferreds returnedVictor Shyba
Calls to get_key now returns deferreds, so mocks need to do the same. Also, underlying call changed. -- Issue #422
2015-08-11Fixed unit tests.Folker Bernitt
2015-06-11Removing lost importsVictor Shyba
2015-04-13Removed info sync because we have a loading page nowBruno Wagner
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Making sure that no private key can be retrieved by the KeysResourceDuda Dornelles
2015-01-22 #224 fixing tests and app for twisted migrationDuda Dornelles
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles
2015-01-21#240 Adapted tests after change to twisted webDuda Dornelles