Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cp -r src/freesas/test "$AUTOPKGTEST_TMP" || true
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m unittest discover -v
 ; done
Depends: @,
Restrictions: allow-stderr
