summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* tests/commands/utils: Add encrypt to self testsRuben Pollan2017-09-26
* tests/commands/utils: Add tests for alot/commands/utils.pyDylan Baker2017-09-25
* db/message: Try to use the 'Sender' header if the 'From' header is nullDylan Baker2017-09-06
* db/message: Don't set sender to ''Dylan Baker2017-09-06
* tests/db/message: Add some tests for the message moduleDylan Baker2017-09-06
* account: Fix Address comparison to b'' and u''Dylan Baker2017-09-06
* tests/account: Add test for comparing to empty stringDylan Baker2017-09-06
* Merge pull request #1108 from dcbaker/wip/fix-1107Patrick Totzke2017-08-30
|\
| * Use new Address classDylan Baker2017-08-28
| * account: Add an Address classDylan Baker2017-08-28
| * tests/settings/manager: Add test for case insensitivityDylan Baker2017-08-28
* | Merge pull request #1136 from dcbaker/submit/more-db-utils-testsDylan Baker2017-08-30
|\ \ | |/ |/|
| * tests/db/utils: Add tests for message_from_stringDylan Baker2017-08-28
| * tests/db/utils: Add tests for extract_body functionDylan Baker2017-08-28
| * db/utils: Don't mark signature valid if there is no key to verifyDylan Baker2017-08-23
| * tests/db/utils: Add some more coverage to add_signature_headersDylan Baker2017-08-23
* | 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
* | Merge pull request #1135 from dcbaker/submit/external-command-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
| |/
* | alot/helper: Fix call_cmd_async polluting global environmentDylan Baker2017-08-22
* | tests/helper: Add tests for call_cmd_asyncDylan Baker2017-08-22
* | tests/utilities: Add expected_failure decorator for twisted.trial testsDylan Baker2017-08-22
* | tests/helper_test.py: Add tests for helper.shortenDylan Baker2017-08-22
|/
* Merge pull request #1133 from lucc/fix/bug-1132Dylan Baker2017-08-22
|\
| * Use cStringIO.StringIO to fix #1132Lucas Hoffmann2017-08-21
| * Add failing test for alot.helper.email_as_string()Lucas Hoffmann2017-08-21
* | Use a tuple to build a hash valueLucas Hoffmann2017-08-20
* | Test hash() for TagWidget with unicode representationLucas Hoffmann2017-08-20
|/
* Merge pull request #1095 from dcbaker/submit/use-default-theme-if-no-configDylan Baker2017-08-17
|\
| * settings: Load spec file even if config file is undefined.Dylan Baker2017-08-16
| * tests/settings/manager: Add tests for Null config filesDylan Baker2017-08-16
* | Merge pull request #1115 from pazz/fix-account-selectionDylan Baker2017-08-17
|\ \
| * | use @inlineCallbacks in tests for asynchronous methodsPatrick Totzke2017-08-16
| * | Add tests for SendCommandLucas Hoffmann2017-08-16
| * | Add test for get_account_by_address with realnameLucas Hoffmann2017-08-16
| * | fix envelope testsPatrick Totzke2017-08-16
| |/
* | db/utils: Allow encrypted messages to be put in mixed payloads as wellDylan Baker2017-08-17
* | db/utils: Handle multipart/signed inside multipart/mixedDylan Baker2017-08-17
* | tests/db/utils: Add tests for encapsulating gpg messagesDylan Baker2017-08-17
* | db/utils: Don't attach invalid signature to unsigned but encrypted messagesDylan Baker2017-08-17
* | tests/db/utils: Add tests for message_from_fileDylan Baker2017-08-17
* | alot/crypto: make keys required for detached_signature_forDylan Baker2017-08-17
|/
* tests/crypto: Add note about missing testsDylan Baker2017-08-14
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* tests/crypto: Fix GetKey.test_missing_keyDylan Baker2017-08-14
* tests/crypto: Add more tests for list_keysDylan Baker2017-08-14
* Merge pull request #1111 from dcbaker/submit/signcommand-testsDylan Baker2017-08-14
|\