summaryrefslogtreecommitdiff
path: root/service/test/unit
AgeCommit message (Expand)Author
2015-08-11patch leap.common for unit testingVictor Shyba
2015-08-11Added delete_mailbox to leap mail store.Folker Bernitt
2015-08-11Added tests to get mails within a mailbox.Folker Bernitt
2015-08-11Added delete mail to mail store.Folker Bernitt
2015-08-11Added actual assert to add_mail mail store test.Folker Bernitt
2015-08-11Removed unused code from test_leap_mailstore.py.Folker Bernitt
2015-08-11Added add mailbox and add message behaviour.Folker Bernitt
2015-08-11Added all_mails to LeapMailStore.Folker Bernitt
2015-08-11Refactored test_leap_mailstore.py.Folker Bernitt
2015-08-11Added leap mailstore integration test.Folker Bernitt
2015-08-11Added include_body to get_mail.Folker Bernitt
2015-08-11Added to_dict and get_mails to mail storage.Folker Bernitt
2015-08-11Started work on MailStore abstraction.Folker Bernitt
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
2015-08-11Added some calls to super for tests based on test_abstract_leap.py.Folker Bernitt
2015-08-11fix testing on draft while sending mailsVictor Shyba
2015-08-11Fixed missing yield in test_mail.py.Folker Bernitt
2015-08-11Fixed relative file resource in test_mail.py.Folker Bernitt
2015-08-11Removed broken, outdated test from test_soledad_querier.py.Folker Bernitt
2015-08-11Fixed relative file import in test_soledad_querier.py.Folker Bernitt
2015-08-11Fixed get_lastuid in test_soledad_querier.py.Folker Bernitt
2015-08-11fix unit tests for soledad.need_sync method, its goneVictor Shyba
2015-08-11fix unit tests for nicknymVictor Shyba
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11prepare mailbox tests, missing property functionality on mail.py onlyVictor Shyba
2015-08-11fix test_soledad_querierVictor Shyba
2015-08-11fix test_sessionVictor Shyba
2015-08-11trying out a new migrationVictor Shyba
2015-06-19[refactor] Use auth for fewer parametersVictor Shyba
2015-06-18SMTP should be getting up properly againBruno Wagner
2015-06-13[rename] tested app_factory code is now on application moduleVictor Shyba
2015-06-13[tests] Enabling 2 skipped testsVictor Shyba
2015-06-12[refactor] SearchEngine does not need a querierVictor Shyba
2015-06-11Removing lost importsVictor Shyba
2015-06-10Fix bug when not passing leap certificate nor fingerprintrafael lisboa
2015-06-10Provider web certificate will always be bytestring now, requests complains ot...Bruno Wagner
2015-06-09Removed triplicated code to concatenate user mailVictor Shyba
2015-06-08Heavy rework on certs, removed most of it, simplified the logicBruno Wagner
2015-06-08Moved initialization, fingerprint and cert inside LeapCertificate classBruno Wagner
2015-06-08Fixed certificates initialization and removed which_api_bundleBruno Wagner
2015-06-07fixes tests for smtp gatewayVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-06-05Moved register out of application like maintenanceBruno Wagner
2015-06-05Moved extensions to their own folder, so support has more meaningBruno Wagner
2015-06-05Refactoring the config, logging_setup is now called loggerBruno Wagner
2015-06-04[feat] async index writer to avoid locking #404Victor Shyba
2015-06-04Config dispatcher and config_ua are now in credentialsBruno Wagner
2015-06-03Move reactor logic out of application initializationrafael lisboa
2015-06-03Creating a leap session is now part of leap initBruno Wagner
2015-06-03Dispatcher tests were not reflecting the args parser changesBruno Wagner