DEBSOURCES
Skip Quicknav
sources / python-svglib / 1.5.1%2Bdfsg-1 / debian / tests / python3-tests
12345678910
#!/bin/bash set -euo pipefail cp -a tests $AUTOPKGTEST_TMP cd $AUTOPKGTEST_TMP for p in $(py3versions -s); do "${p}" -m pytest done