Added tests for the 2 use cases:

used templates

unused templates
This commit is contained in:
Martyn Inglis
2016-08-24 12:09:38 +01:00
parent 0b95a30e2f
commit d149a9691a
4 changed files with 100 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ from app.notify_client.models import (
InvitedUser
)
from notifications_python_client.errors import HTTPError
from notify_client.errors import HTTPError
@pytest.fixture(scope='session')