Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Running
on
Zero
App
Files
Files
Community
b8c8e0a
fastapi_django_main_live
/
projects
/
example
/
run.sh
kenken999
Your commit message
b2add11
6 months ago
raw
Copy download link
history
blame
Safe
129 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Run tests in parallel
pytest -n 4 test_crud_operations.py