DEBSOURCES
Skip Quicknav
sources / rapidfuzz / 3.12.2%2Bds-1 / debian / tests / pytest
123456789101112
#! /bin/sh set -e PYS=$(py3versions -s) cp -a tests "$AUTOPKGTEST_TMP" cd "$AUTOPKGTEST_TMP" for py in $PYS; do echo "Testing with $py:" $py -m pytest tests done