funkwhale/api/runtests
2017-06-26 19:01:15 +02:00

5 lines
123 B
Bash
Executable file

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
docker-compose -f $DIR/test.yml run test pytest "$@"