summaryrefslogtreecommitdiff
path: root/tests/settings
Commit message (Expand)AuthorAge
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
* Rename test filesLucas Hoffmann2019-01-29
* update tagstring tests for regex behaviorWill Dietz2018-12-22
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* update theme spec, default theme and testsPatrick Totzke2018-07-24
* update tests for SettingsManagerPatrick Totzke2018-06-21
* Remove old __future__ importsLucas Hoffmann2018-06-19
* settings/manager: fix managerDylan Baker2018-03-01
* 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
* Store settings in alot.rc.spec.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
* Use new Address classDylan Baker2017-08-28
* tests/settings/manager: Add test for case insensitivityDylan Baker2017-08-28
* 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
* | Add test for get_account_by_address with realnameLucas Hoffmann2017-08-16
|/
* settings/manager: Extend the get_account_by_address with return_defaultDylan Baker2017-07-27
* Tests for alot.settings.theme.Theme.get_attributeLucas Hoffmann2017-07-17
* Test alot.settings.utils.resolve_attLucas Hoffmann2017-07-17
* settings: Add a reload methodDylan Baker2017-07-10
* tests: rename settings/manager.py -> settings/manager_test.pyDylan Baker2017-07-10
* Add simple tests for settings methods for notmuch settingsLucas Hoffmann2017-06-06
* move alot/settings/checks to alot/utils/configobjDylan Baker2017-01-25
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Port old doctests to unittest: alot.settings.checksLucas Hoffmann2017-01-18