summaryrefslogtreecommitdiff
path: root/tests/commands
Commit message (Expand)AuthorAge
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix tests to reflect new messages.Pol Van Aubel2019-11-02
* unused imports and variablesPatrick Totzke2019-08-15
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
* tests: move tests for db.utils.clear_my_addressPatrick Totzke2019-06-02
* tests: move test for utils.ensure_unique_addressPatrick Totzke2019-06-02
* 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
* Rename test filesLucas Hoffmann2019-01-29
* 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
* Assert some logging messages to silence themLucas Hoffmann2018-11-11
* commands/globals: Convert CallCommand.apply to a coroutineDylan Baker2018-08-02
* tests: Add a couple of tests for the CallCommand classDylan Baker2018-08-02
* 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
* 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
* 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
* | update tests for SettingsManagerPatrick Totzke2018-06-21
|/
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Revert "Extract some context managers for patch objects."Dylan Baker2018-04-24
* Wrap long statements on open-bracket syntax.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
* tests/commands/utils_tests: use assertCountEqual for comparing listsDylan Baker2018-03-01
* tests/command/utils_tests: fix for py3kDylan Baker2018-03-01
* alot/command/envelope: py3k fixesDylan Baker2018-03-01
* Move mock ui creation to function.Thomas Nixon2018-02-19
* Add test: template not decoded properly.Julian Mehne2018-02-15
* Fix typos in tests.Julian Mehne2018-01-07
* tests/commands/utils: Add encrypt to self testsRuben Pollan2017-09-26
* tests/commands/utils: Add tests for alot/commands/utils.pyDylan Baker2017-09-25
* Use new Address classDylan Baker2017-08-28
* commands/globals: Only set stdin to a pipe if there is dataDylan Baker2017-08-23