Test add service completed.

This commit is contained in:
Nicholas Staples
2016-01-15 16:10:24 +00:00
parent 3b1d521c10
commit 262bbbac45
6 changed files with 55 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ from pytest import fail
from app.main.dao import verify_codes_dao
from app.main.encryption import check_hash
from tests.app.main import create_test_user, create_another_test_user
from tests import create_test_user, create_another_test_user
def test_insert_new_code_and_get_it_back(app_, db_, db_session):