mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
8 lines
114 B
Bash
8 lines
114 B
Bash
#!/usr/bin/env bash
|
|
# Run tests
|
|
|
|
echo $DIR, `pwd`
|
|
|
|
py.test -x -vv -s `pwd`/tests/
|
|
#sh `pwd`/ci/init_mysql_data.sh
|