mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 20:58:25 -04:00
Move helper function
`test_utils.py` is actually a file for testing some utils, not some utils for testing. Test helper functions and fixtures are better placed in conftest, and also means that we can use them in conftest.
This commit is contained in:
@@ -8,8 +8,7 @@ from bs4 import BeautifulSoup
|
||||
|
||||
from app.main.views.jobs import get_time_left, get_status_filters
|
||||
from tests import notification_json
|
||||
from tests.conftest import SERVICE_ONE_ID, mock_get_notifications
|
||||
from tests.app.test_utils import normalize_spaces
|
||||
from tests.conftest import SERVICE_ONE_ID, mock_get_notifications, normalize_spaces
|
||||
from freezegun import freeze_time
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user