We're just testing that the about route works at all. We aren't even testing that it does anything. But this represents wiring together a bunch of things to get tests working including configuration specifications, DB connections, table definitions, the app itself, etc |
||
---|---|---|
alembic | ||
bin | ||
templates | ||
tests/api | ||
vanth | ||
.gitignore | ||
LICENSE | ||
README.md | ||
alembic.ini | ||
conftest.py | ||
pylint.sh | ||
pylintrc | ||
pytest.ini | ||
setup.py |
README.md
Vanth
Vanth is a way to track your expenses. It's primary goals are the following:
1 - You can host it yourself so you don't have to trust any third party with your financial data 2 - It minimizes the amount of effort and human input required to maximally track your expenses 3 - It seeks to maximize information available about your expenses
Vanth is released under the Affero GPL (http://www.affero.org/oagpl.html)