aboutsummaryrefslogtreecommitdiff
path: root/budget/tests.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Update negative amounts testfredericsureau1-3/+1
2016-06-16Hide the member weights in members list if all weights are "1".Jocelyn Delande1-0/+16
2016-06-15Added member weights support to APIJocelyn Delande1-6/+66
2016-06-15Add members weight in models and budget backend refs #94Jocelyn Delande1-0/+30
2016-04-03Do not load user-overriden settings in unit tests.Jocelyn Delande1-0/+3
2015-11-09Merge pull request #122 from JocelynDelalande/configurable-prefixAlexis Metaireau1-0/+15
2015-08-20Remove trailing whitespacesJocelyn Delande1-1/+1
2015-08-19Made an URL prefix configurable in settings, includes tests.Jocelyn Delande1-0/+15
2013-10-12Add unit-test for bug #105.A.Avenel1-0/+5
2013-05-09Merge pull request #96 from aavenel/masterAlexis Metaireau1-4/+63
2013-04-08Bugfix#92 : error when deleting an userA.Avenel1-0/+7
2013-04-07More code cleanup for "settle bills"A.Avenel1-2/+2
2013-04-07use "member.id" instead of "member"A.Avenel1-6/+6
2013-02-19Merge branch 'flask0.9' of github.com:aavenel/ihatemoneyA.Avenel1-3/+5
2013-02-19Update tests to work with flask 0.9A.Avenel1-3/+5
2012-11-03Add unit tests for settle_billA.Avenel1-1/+58
2012-09-02Fix project deletion. fix #87Alexis Metaireau1-0/+18
2012-09-02Enhance the test suiteAlexis Metaireau1-56/+48
2012-04-01make tests run on python 2.7 alsoAlexis Metaireau1-4/+8
2012-03-29Adds test for the has_bills() method of Person modelFrédéric Sureau1-0/+25
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau1-0/+10
2011-12-03Small commit to add more informations in dashboard view.A.Avenel1-0/+4
2011-11-02Oops, forgot to commit testsA.Avenel1-10/+23
2011-10-18Document the API. Fix #46Alexis Metaireau1-7/+7
2011-10-18Bills can't be negative. Fix #45Alexis Metaireau1-0/+9
2011-10-08Round the balance. Fix #1Alexis Metaireau1-0/+39
2011-10-08Add a password recovery feature. Fix #32Alexis Metaireau1-0/+18
2011-10-08merge with masterAlexis Metaireau1-1/+2
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau1-14/+298
2011-09-18Merge branch 'master' into auth-forms-usabilityArnaud Bos1-2/+35
2011-09-14Provide a way to edit a project. Fix #17Alexis Metaireau1-2/+26
2011-09-14Add a test for #23Alexis Metaireau1-0/+9
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-2/+3
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-16/+16
2011-08-22Add missing tests. Fixes #14 and #22.Alexis Metaireau1-6/+110
2011-08-21Fix a weird behavior with tests and databases.Alexis Metaireau1-4/+21
2011-08-10Add some more tests about membership. (#14)Alexis Metaireau1-1/+46
2011-08-10Add tests about project creation and member add.Alexis Metaireau1-12/+58
2011-08-09Add tests to make test that invitations are sent.Alexis Metaireau1-25/+52
2011-08-09Add tests about sending notifications. #7Alexis Metaireau1-0/+64