Unit tests for FastAPI branch
Run via `make test`
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
from tests.conftest import client
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_core_views_generic(client):
|
||||
response = await client.get("/")
|
||||
assert response.status_code == 200
|
||||
Reference in New Issue
Block a user