summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* tests/crypto: Add more tests for list_keysDylan Baker2017-08-14
* 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
|/
* Merge pull request #1089 from dcbaker/submit/sign-without-hintDylan Baker2017-07-27
|\
| * settings/manager: Extend the get_account_by_address with return_defaultDylan Baker2017-07-27
* | db/utils: Support unicode in signaturesDylan Baker2017-07-24
* | tests/db/utils: Add tests for unicode as uidsDylan Baker2017-07-24
* | tests/db/utils: share some mock biolerplateDylan Baker2017-07-24
* | tests/utilities: Allow uid to be passed to make_uidDylan Baker2017-07-24
* | tests/utilities: have make_key rely on make_uidDylan Baker2017-07-24
* | tests: move shared helpers out of crypto module into common moduleDylan Baker2017-07-24
* | tests: Add some basic tests for alot.db.utils.add_signature_headerDylan Baker2017-07-24
|/
* Tests for alot.settings.theme.Theme.get_attributeLucas Hoffmann2017-07-17
* Add another test for ExternalAddressbookLucas Hoffmann2017-07-17
* Test alot.settings.utils.resolve_attLucas Hoffmann2017-07-17
* tests/crypto: Add tests for the crypto moduleDylan Baker2017-07-15
* crypto: Fix error handling of signed messagesDylan Baker2017-07-11
* tests: Add tests for signing functions.Dylan Baker2017-07-11
* tests: Add a module with some extra utility helpersDylan Baker2017-07-11
* Add tests for new commandsLucas Hoffmann2017-07-11
* settings: Add a reload methodDylan Baker2017-07-10
* tests: fix typo in module name envelop -> envelopeDylan Baker2017-07-10
* tests: rename command/envelope_tests to command/envelope_testDylan Baker2017-07-10
* tests: rename settings/manager.py -> settings/manager_test.pyDylan Baker2017-07-10
* Use stdlib functions in db.utils.encode_headerLucas Hoffmann2017-06-30
* Add more tests for db.utils.encode_headerLucas Hoffmann2017-06-30
* Add tests for addressbook.AddressBookLucas Hoffmann2017-06-23
* 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
* determine_sender: test if account matches addressLucas Hoffmann2017-06-22
* Add first test for commands.thread.determine_senderLucas Hoffmann2017-06-22
* Add helper function to quote test stringsLucas Hoffmann2017-06-21
* Add test for db.utils.decode_headerLucas Hoffmann2017-06-21
* Add test for db.utils.encode_headerLucas Hoffmann2017-06-21
* Add test for db.utils.extract_headersLucas Hoffmann2017-06-21
* Add test for db.utils.is_subdir_ofLucas Hoffmann2017-06-21
* Add test for db.utils.get_paramsLucas Hoffmann2017-06-21
* Add crypto tests that don't need a keyringLucas Hoffmann2017-06-21
* Clean up temp file after testLucas Hoffmann2017-06-08
* Correct membership testLucas Hoffmann2017-06-08
* Split up test case to see expected failureLucas Hoffmann2017-06-08
* Add tests for addressbook classesLucas Hoffmann2017-06-08
* Merge pull request #1061 from lucc/tests/settings-managerLucas Hoffmann2017-06-08
|\
| * Add simple tests for settings methods for notmuch settingsLucas Hoffmann2017-06-06