mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Initial code added for models and services not functional yet. Bootstrap and migrations added for db.
This commit is contained in:
0
tests/app/main/dao/__init__.py
Normal file
0
tests/app/main/dao/__init__.py
Normal file
8
tests/app/main/dao/test_services_dao.py
Normal file
8
tests/app/main/dao/test_services_dao.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
def test_create_service(notify_api):
|
||||
pass
|
||||
|
||||
|
||||
def test_get_all_services(notify_api):
|
||||
pass
|
||||
0
tests/app/main/dao/test_users_dao.py
Normal file
0
tests/app/main/dao/test_users_dao.py
Normal file
Reference in New Issue
Block a user