summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Fix compatibility with Python 3.8Felix Yan2019-11-10
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix tests to reflect new messages.Pol Van Aubel2019-11-02
* fix display of HTML-only mailsMichael J Gruber2019-09-06
* tests: test prefer_text with HTML-only mailsMichael J Gruber2019-09-06
* tests: use new Completer locationsPatrick Totzke2019-08-17
* db/manager: Drop async methodDylan Baker2019-08-15
* unused imports and variablesPatrick Totzke2019-08-15
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
* adjust tests to use the new EmailMessage APIPatrick Totzke2019-08-15
* remove duplicate and pointless testsPatrick Totzke2019-08-15
* remove unused importsPatrick Totzke2019-08-11
* ContactsCompletion: use db.utils.formataddrMichael J Gruber2019-08-10
* Remove expiration time from gpg keys in the test suiteLucas Hoffmann2019-07-21
* tests: db.utils.formataddrPatrick Totzke2019-06-02
* tests: move tests for db.utils.clear_my_addressPatrick Totzke2019-06-02
* tests: move test for utils.ensure_unique_addressPatrick Totzke2019-06-02
* tests: add case for exchange formatted realnamesPatrick Totzke2019-05-27
* fix testsPatrick Totzke2019-05-11
* remove test for ComposeCommand._set_from..Patrick Totzke2019-05-11
* fix pyflakes issuesPatrick Totzke2019-05-11
* tests/commands/globals: Rename tests to better fit the methods they testDylan Baker2019-05-11
* commands/globals simplify test for issue #1277Patrick Totzke2019-05-11
* tests/commands/globals: Simplify signing testsPatrick Totzke2019-05-11
* tests/commands/globals: Simplify template_decode testPatrick Totzke2019-05-11
* restore lenient libmagic decodingMichael J Gruber2019-02-07
* Rename test filesLucas Hoffmann2019-01-29
* Add test case for new encoding problemsLucas Hoffmann2018-12-24
* update tagstring tests for regex behaviorWill Dietz2018-12-22
* tests: Require python3 in test_env_setJordan Justen2018-12-19
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* match addresses against accounts, not address listsvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* refactor test_issue_1291Patrick Totzke2018-12-07
* add test test_unknown_cte_valuePatrick Totzke2018-12-07
* tests: update test_malformed_cte_valuePatrick Totzke2018-12-07
* pep8 fixesPatrick Totzke2018-12-03
* Add test for #1301Lucas Hoffmann2018-12-03
* Add simple test to demonstrate #1291Lucas Hoffmann2018-12-03
* Add two messages to the test mail corpusLucas Hoffmann2018-12-03
* Assert some logging messages to silence themLucas Hoffmann2018-11-11
* Fix deprecation warnings for unittestsLucas Hoffmann2018-11-11
* Merge pull request #1306 from lucc/fix-1303Dylan Baker2018-10-10
|\
| * Check the return code from sendmailLucas Hoffmann2018-09-22
* | crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
|/
* Add a simple test for the send_mail functionLucas Hoffmann2018-08-16
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* db: encode Header objects to strDylan Baker2018-08-04
* tests/db/envelope: Add tests for construct_mailDylan Baker2018-08-04
* commands/globals: Convert CallCommand.apply to a coroutineDylan Baker2018-08-02