Building tests for the tasks class

This commit is contained in:
Martyn Inglis
2016-02-16 17:17:02 +00:00
parent 18d63e241b
commit 0933e5c647
5 changed files with 81 additions and 10 deletions

View File

@@ -3,11 +3,9 @@ import uuid
from flask import (
Blueprint,
jsonify,
request,
current_app
request
)
from itsdangerous import URLSafeSerializer
from app import api_user, encryption
from app.aws_sqs import add_notification_to_queue
from app.dao import (templates_dao, notifications_dao)