miyataken999
Prepare FastAPI app for Hugging Face Spaces
1e13199
raw
history blame contribute delete
62 Bytes
import pytest
from app import main
def test_app():
main()