DEBSOURCES
Skip Quicknav
sources / python-distro / 1.9.0-1 / debian / tests / unittests3
1234567891011
#!/bin/sh set -efu pys="$(py3versions -r 2> /dev/null)" cp -a tests "$AUTOPKGTEST_TMP" cd "$AUTOPKGTEST_TMP" for py in $pys; do $py -m pytest tests done