Spaces:
Running
Running
| # Helper script to run tests inside the Docker container | |
| echo "Running tests in the 'app' container..." | |
| docker compose exec app pytest "$@" | |
| # Helper script to run tests inside the Docker container | |
| echo "Running tests in the 'app' container..." | |
| docker compose exec app pytest "$@" | |