summaryrefslogtreecommitdiff
path: root/tests/commands
Commit message (Expand)AuthorAge
* 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
* tests/commands/globals: Add tests for stdin handlingDylan Baker2017-08-23
* tests/commands/global: Fix testsDylan Baker2017-08-23
* tests/commands/globals: Add tests for ExternalCommand when spawningDylan Baker2017-08-23
* tests/commands/global: Test ExternalCommand when not spawningDylan Baker2017-08-23
* use @inlineCallbacks in tests for asynchronous methodsPatrick Totzke2017-08-16
* Add tests for SendCommandLucas Hoffmann2017-08-16
* fix envelope testsPatrick Totzke2017-08-16
* Merge pull request #1111 from dcbaker/submit/signcommand-testsDylan Baker2017-08-14
|\
| * envelope: Allow signing if address is in "name <email>" formDylan Baker2017-08-11
| * Add tests for issue 1113Dylan Baker2017-08-11
| * tests: Add tests for SignCommandDylan Baker2017-08-10
* | commands: Don't try to sign_by_default without a gpg keyDylan Baker2017-08-11
* | tests: Add a couple of tests for the commands/global moduleDylan Baker2017-08-11
|/
* Add tests for new commandsLucas Hoffmann2017-07-11
* tests: rename command/envelope_tests to command/envelope_testDylan Baker2017-07-10
* determine_sender: Add more testsLucas Hoffmann2017-06-23
* Use account instead of realname to break loopsLucas Hoffmann2017-06-23
* Add test for force_realname settingsLucas Hoffmann2017-06-23
* Remember matched account explicitlyLucas Hoffmann2017-06-22