summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
...
* 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
* Rename get_env to get_xdg_env and clarify docstring.Julian Mehne2018-01-23
* Store settings in alot.rc.spec.Julian Mehne2018-01-21
* Fix empty XDG_* environment variables.Julian Mehne2018-01-21
* De-duplicate code with helper function.Julian Mehne2018-01-21
* Use any() instead of a for loop with a break statementLucas Hoffmann2018-01-09
* Move code out of with blockLucas Hoffmann2018-01-08
* Use message of test assert function instead of print()Lucas Hoffmann2018-01-08
* Log unknown settings in configuration and theme files.Julian Mehne2018-01-08
* Fix typos in tests.Julian Mehne2018-01-07
* Allow regex special characters in tagstrings.Julian Mehne2017-12-02
* add test for argparse validatorPatrick Totzke2017-11-08
* 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
|\ \