Add tests for the applications.new routes for adding a new member and updating a member

Add tests for creating and updating app member helper methods
This commit is contained in:
leigh-mil
2019-11-18 14:09:52 -05:00
parent f9fd9cac13
commit 7c8717c2fe
4 changed files with 146 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ import alembic.command
from logging.config import dictConfig
from werkzeug.datastructures import FileStorage
from collections import OrderedDict
from unittest.mock import Mock
from atst.app import make_app, make_config
from atst.database import db as _db