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