Work in progress, skeleton of the api created and testing started. Need to fix authentication tests.

This commit is contained in:
Nicholas Staples
2016-01-08 17:51:46 +00:00
parent 5bcc615825
commit 0bc4d02713
29 changed files with 193 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from app.main.dao.users_dao import (create_user, get_users)
from app.main.dao.services_dao import (create_service, get_services)
from app.dao.users_dao import (create_user, get_users)
from app.dao.services_dao import (create_service, get_services)
@pytest.fixture(scope='function')