experimental-accounting-api/accounting
Joar Wandborg 281d6fed47 [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.
2013-12-21 00:24:37 +01:00
..
res [gtk] status_description => activity_description 2013-12-17 14:11:59 +01:00
static [js-client] Added license notice to client.js 2013-12-20 15:32:37 +01:00
storage [test] Added unit tests 2013-12-21 00:24:37 +01:00
templates [js-client] Added javascript account client 2013-12-20 15:04:37 +01:00
__init__.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
client.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
config.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
decorators.py Added CORS Flask endpoint decorator 2013-12-20 14:51:32 +01:00
exceptions.py [test] Added unit tests 2013-12-21 00:24:37 +01:00
gtkclient.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
models.py [test] Added unit tests 2013-12-21 00:24:37 +01:00
transport.py [test] Added unit tests 2013-12-21 00:24:37 +01:00
web.py [test] Added unit tests 2013-12-21 00:24:37 +01:00