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