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