#!/bin/sh
set -ex

wait-for-db
cd src && py.test -rf --application-config-file application-test-docker.cfg.xml --cov=yb_darkspirit "$@" tests
