Files @ 281d6fed47b7
Branch filter:

Location: NPO-Accounting/experimental-accounting-api/requirements.txt

Joar Wandborg
[test] Added unit tests

- Moved the TransactionNotFound exception to a more appropriate place.
- Changed the serialization for AccountingExceptions
- Override the Exception.__init__ method in AccountingException
- Added __eq__ methods to accounting.models.*
- Catch the TransactionNotFound exception in transaction_get and return a
404 instead. This could be improved, perhaps in the jsonify_exceptions
decorator so that all endpoints that raise a TransactionNotFound
exception automatically return a 404.
Flask==0.10.1
Flask-Migrate==1.0.0
Flask-SQLAlchemy==1.0
Flask-Script==0.6.6
Jinja2==2.7.1
Mako==0.9.0
MarkupSafe==0.18
Pygments==1.6
SQLAlchemy==0.8.4
Sphinx==1.2
Werkzeug==0.9.4
alembic==0.6.1
distribute==0.6.34
docutils==0.11
ipython==1.1.0
itsdangerous==0.23
requests==2.1.0
sphinxcontrib-httpdomain==1.2.0