aboutsummaryrefslogtreecommitdiff
path: root/budget/tests.py
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-16/+16
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.
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
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
2011-08-10Add some more tests about membership. (#14)Alexis Metaireau1-1/+46
Fixes #15 as invalid: deactivated users are not listed on the bill form or on the balance.
2011-08-10Add tests about project creation and member add.Alexis Metaireau1-12/+58
See #14
2011-08-09Add tests to make test that invitations are sent.Alexis Metaireau1-25/+52
Fixes #7
2011-08-09Add tests about sending notifications. #7Alexis Metaireau1-0/+64