File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33from datetime import datetime
44
55from asyncache import cached
6-
76from cachetools import TTLCache
87
98from ...coordinates import Coordinates
Original file line number Diff line number Diff line change 33from datetime import datetime
44
55from asyncache import cached
6-
76from cachetools import TTLCache
87
98from ...coordinates import Coordinates
Original file line number Diff line number Diff line change 88
99import pytest
1010from async_asgi_testclient import TestClient as AsyncTestClient
11+ from fastapi .testclient import TestClient
1112
1213from app .main import APP
1314from app .utils import httputils
14- from fastapi .testclient import TestClient
1515
1616try :
1717 from unittest .mock import AsyncMock
2626 from async_generator import asynccontextmanager
2727
2828
29-
30-
3129@pytest .fixture
3230def api_client ():
3331 """
You can’t perform that action at this time.
0 commit comments