aboutsummaryrefslogtreecommitdiff
path: root/budget/tests
AgeCommit message (Collapse)AuthorFilesLines
2017-04-23Externalize the settings (#193)0livd3-2/+54
Default settings from app's root path are loaded first Settings are then overriden by /etc/ihatemoney/ihatemoney.cfg or by another file which path is set in an env var Fixes #187
2017-04-22Move tests to budget.tests (#205)0livd2-0/+1114
* Move tests to budget.tests Update tox.ini to call the unittest dicovery module Closes #196 * Fix typo in Readme