dockerfiles/uwsgi-nginx/scripts/test.sh

6 lines
68 B
Bash

#!/usr/bin/env bash
set -e
bash scripts/build.sh
pytest tests "$@"