1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 08:27:59 +00:00

make sure debugs get tested too

This commit is contained in:
deadc0de6
2019-06-20 22:12:56 +02:00
parent 86273bc2be
commit 7ca156a591
2 changed files with 3 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ which ${nosebin} 2>/dev/null
set -e
# comment this to get debug info
export DOTDROP_FORCE_NODEBUG=
export DOTDROP_NOBANNER=
#export DOTDROP_FORCE_NODEBUG=
#export DOTDROP_NOBANNER=
# execute tests with coverage
PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop