fix(api): changed rate limit library, now play well with testing

This commit is contained in:
2024-01-24 22:57:39 -05:00
parent ec6e39bd7c
commit 7cfd05dd96
6 changed files with 112 additions and 40 deletions

View File

@@ -1,11 +1,8 @@
import pytest
from httpx import AsyncClient
from starlette.testclient import TestClient
from src.neo_neo_todo.main import app
client = TestClient(app)
@pytest.mark.anyio
async def test_ping():