summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
* tests/commands/utils: use utilities.async_testDylan Baker2018-07-26
* helper: use asyncio.subprocess instead of twistedDylan Baker2018-07-26
* utilities: Add a decorator for asyncio testsDylan Baker2018-07-26
* commands/globals: implement ExternalCommand.apply as coroutineDylan Baker2018-07-26
* commands/globals: Use asyncio coroutines instead of twisted deferredsDylan Baker2018-07-26
* command/envelope: use asyncio coroutines instead of twisted inlineCallbacksDylan Baker2018-07-26
* commands/globals: Convert Address to string for email.utilsDylan Baker2018-07-25
* tests for alot.db.managerPatrick Totzke2018-07-24
* update theme spec, default theme and testsPatrick Totzke2018-07-24
* Merge pull request #1252 from pazz/update-envelope-keysDylan Baker2018-07-24
|\
| * rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* | Remove pre py3 monkey patchLucas Hoffmann2018-07-22
* | Merge pull request #1266 from mjg/message-from-bytesDylan Baker2018-07-17
|\ \
| * | rename message_from_ functionsMichael J Gruber2018-07-11
* | | Add simple test case for helper.parse_mailtoJohannes Löthberg2018-07-16
|/ /
* / update tests for SettingsManagerPatrick Totzke2018-06-21
|/
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Fix bad refactor of a testDylan Baker2018-05-07
* Fix some formatting requests for @luccDylan Baker2018-04-24
* Revert "Extract some context managers for patch objects."Dylan Baker2018-04-24
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* Refactor some long statements to allow shorter lines.Ben Finney2018-04-23
* Rename some test functions to have shorter names.Ben Finney2018-04-23
* Extract some context managers for patch objects.Ben Finney2018-04-23
* db/utils: decoded_headers will be passed str not bytesDylan Baker2018-03-12
* drop bytes support from AddressDylan Baker2018-03-06
* Use urwid.util.detected_encoding instead of try_decodeDylan Baker2018-03-06
* tests/commands/utils_tests: use assertCountEqual for comparing listsDylan Baker2018-03-01
* tests/command/utils_tests: fix for py3kDylan Baker2018-03-01
* Fix some of the quoted words tests for py3kDylan Baker2018-03-01
* fix a bunch of utils tests for py3kDylan Baker2018-03-01
* helper: py3k fixesDylan Baker2018-03-01
* alot/command/envelope: py3k fixesDylan Baker2018-03-01
* tests/addressbook/abook_test: fix for py3kDylan Baker2018-03-01
* tests/db/thread: Fix tests for py3kDylan Baker2018-03-01
* settings/manager: fix managerDylan Baker2018-03-01
* crypto: use bytes instead of strDylan Baker2018-03-01
* Fix cryptoDylan Baker2018-03-01
* fix account.pyDylan Baker2018-03-01
* replace xrange with rangeDylan Baker2018-03-01
* Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
* Move mock ui creation to function.Thomas Nixon2018-02-19
* Add test: template not decoded properly.Julian Mehne2018-02-15
* Expand environment variables when reading the config file.Julian Mehne2018-01-23
* Set changed values in mock.patch.dict call itself.Julian Mehne2018-01-23