[WIP] Attempt at adding a form to the platform admin page is not working well for me here. But I want to commit it so I can look at it again.

This commit is contained in:
Rebecca Law
2016-12-28 14:44:53 +00:00
parent 01b9aad0fb
commit df41da4860
5 changed files with 64 additions and 18 deletions

View File

@@ -1,14 +1,11 @@
from datetime import date
from flask import url_for
from freezegun import freeze_time
import pytest
from bs4 import BeautifulSoup
from tests.conftest import mock_get_user
from tests import service_json
from app.main.views.platform_admin import get_statistics, format_stats_by_service, create_global_stats
from app.main.views.platform_admin import format_stats_by_service, create_global_stats
def test_should_redirect_if_not_logged_in(app_):