PYTHONPATH added when tests script run

This commit is contained in:
WOO-CHEOL CHOI 2015-12-02 16:02:42 +09:00
parent 2d408cfe68
commit 67f935bf1f

View File

@ -5,6 +5,9 @@
# tools/tests.sh decks # test only test_decks.py
# coverage=1 tools/tests.sh # run with coverage test
BIN="$(cd "`dirname "$0"`"; pwd)"
export PYTHONPATH=${BIN}/..:${PYTHONPATH}
dir=.
if [ x$1 = x ]; then