Add unit tests.

Fix data types in result set.
This commit is contained in:
Rebecca Law
2019-01-11 17:09:42 +00:00
parent 507138cc94
commit c3c9d1eac9
3 changed files with 32 additions and 9 deletions

View File

@@ -49,7 +49,6 @@ from app.dao.services_dao import (
dao_create_service,
dao_fetch_all_services,
dao_fetch_all_services_by_user,
dao_fetch_monthly_historical_usage_by_template_for_service,
dao_fetch_service_by_id,
dao_fetch_todays_stats_for_service,
dao_fetch_todays_stats_for_all_services,