Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dde85ab
fastapi_django_main_live
/
routers
/
ai
/
run.sh
kenken999
teste
b1ce64c
11 months ago
raw
Copy download link
history
blame
168 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run tests in parallel
pytest tests/test_error_handler.py & pytest tests/test_ai_system.py &
wait