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:
5
tests.sh
5
tests.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user