DEBSOURCES
Skip Quicknav
sources / fpdf2 / 2.8.7-2 / debian / tests / autodep8
12345678
set -ex for py in $(py3versions -s 2>/dev/null) do cd "$AUTOPKGTEST_TMP" echo "Testing with $py:" $py -c "import fpdf; print(fpdf)" done