Metis/ci/run_tests.sh
dongdonglin(林向东) ee5235c6fe feat(local): commit code
2018-10-12 17:14:54 +08:00

9 lines
143 B
Bash

#!/usr/bin/env bash
# Run tests
# echo path
echo $DIR, `pwd`
echo "hello world"
py.test -x -vv -s `pwd`/tests/
sh `pwd`/ci/init_mysql_data.sh