summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* tests: Add a couple of tests for the CallCommand classDylan Baker2018-08-02
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* tests: use "gpg2" instead of "gpg" commandDylan Baker2018-08-01
* tests: drop remaining references to twisted from unit testsDylan Baker2018-07-26
* ui: switch ui.prompt and ui.choice to use asyncio.FuturesDylan Baker2018-07-26
* account: Convert send_mail function to coroutineDylan Baker2018-07-26
* tests/commands/global: use utilities.async_testDylan Baker2018-07-26
* tests/commands/envelope: use utilities.async_testDylan Baker2018-07-26