kenken999's picture
test
eb5ea89
raw
history blame
116 Bytes
import pytest
from fastapi_app import app
def test_fastapi_app():
# implement tests for FastAPI router
pass