1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 11:03:31 +00:00

Adding stub of profile import functionality

This commit is contained in:
Davide Laezza
2019-04-15 13:45:36 +02:00
parent 917b1a9ce0
commit 02bae593e5
4 changed files with 129 additions and 10 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
}