1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00
This commit is contained in:
deadc0de6
2023-08-09 22:38:29 +02:00
committed by deadc0de
parent 503b35924e
commit a6cb286779
138 changed files with 284 additions and 148 deletions

3
tests-ng/include.sh vendored
View File

@@ -13,7 +13,8 @@ ddpath="${cur}/../"
export PYTHONPATH="${ddpath}:${PYTHONPATH}"
altbin="python3 -m dotdrop.dotdrop"
if hash coverage 2>/dev/null; then
altbin="coverage run -p --source=dotdrop -m dotdrop.dotdrop"
mkdir -p coverages/
altbin="coverage run -p --data-file coverages/coverage --source=dotdrop -m dotdrop.dotdrop"
fi
bin="${DT_BIN:-${altbin}}"
# shellcheck source=tests-ng/helpers