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

adding bash script tests for convenience

This commit is contained in:
deadc0de6
2018-06-01 15:06:22 +02:00
parent 1694ed247a
commit 0d6d3b48b1
4 changed files with 122 additions and 0 deletions

View File

@@ -10,3 +10,8 @@ pycodestyle tests/
PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop
# execute bash script tests
for scr in tests-ng/*.sh; do
${scr}
done