DEBSOURCES
Skip Quicknav
sources / pylzss / 0.3-1 / debian / tests / pytest
12345678910
#! /bin/sh set -e cp test.py "$AUTOPKGTEST_TMP" for py in $(py3versions -s) ; do cd "$AUTOPKGTEST_TMP" echo "Testing with $py:" $py test.py done