Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
0c58c5b
fastapi_django_main_live
/
routers
/
bunnkatu
/
run.sh
kenken999
d
3d2aa58
5 months ago
raw
Copy download link
history
blame
151 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run tests in parallel
pytest tests/test_crawler.py tests/test_api_repository.py