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

improve tests cleanup

This commit is contained in:
deadc0de6
2019-02-07 22:43:56 +01:00
parent bc1b23e1a2
commit 88c730157d
5 changed files with 7 additions and 3 deletions

View File

@@ -23,8 +23,9 @@ set -e
# execute tests with coverage
PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop python3 -m pytest tests
# execute bash script tests
## execute bash script tests
for scr in tests-ng/*.sh; do
${scr}
done