Spaces:
Running
on
Zero
Running
on
Zero
File size: 116 Bytes
eb5ea89 |
1 2 3 4 5 6 |
import pytest
from fastapi_app import app
def test_fastapi_app():
# implement tests for FastAPI router
pass |