4 lines
111 B
Bash
4 lines
111 B
Bash
#!/bin/bash
|
|
export PYTHONPATH=$PYTHONPATH:/app
|
|
python3 -m pytest -v /app/backend/tests/test_api_integration.py
|