python-click-threading/debian/tests/upstream
2021-11-28 19:33:54 +01:00

12 lines
163 B
Bash
Executable file

#!/bin/sh
set -efu
cp -rv tests "${AUTOPKGTEST_TMP}"
cd "${AUTOPKGTEST_TMP}"
for py in $(py3versions -s); do
echo "[*] testing $py:"
$py -m pytest
done