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

Adding stub of profile import functionality

This commit is contained in:
Davide Laezza
2019-04-15 13:45:36 +02:00
parent 65705226d1
commit 9587040eee
4 changed files with 127 additions and 8 deletions

View File

@@ -34,6 +34,8 @@ PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop python3 -m pytest tests
## execute bash script tests
for scr in tests-ng/*.sh; do
${scr}
done
[ "$1" = '--python-only' ] || {
for scr in tests-ng/*.sh; do
${scr}
done
}