Skip to content

Commit e011861

Browse files
author
ExpDev07
committed
now?
1 parent 9712446 commit e011861

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Global conftest file for shared pytest fixtures
55
"""
66
import pytest
7+
from fastapi.testclient import TestClient
78

89
from app.main import APP
9-
from fastapi.testclient import TestClient
1010

1111

1212
@pytest.fixture

tests/test_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
from unittest import mock
55

66
import pytest
7+
from fastapi.testclient import TestClient
78

89
import app
910
from app import services
1011
from app.main import APP
11-
from fastapi.testclient import TestClient
1212

1313
from .test_jhu import DATETIME_STRING, mocked_requests_get, mocked_strptime_isoformat
1414

0 commit comments

Comments
 (0)