DEBSOURCES
Skip Quicknav
sources / python-boto / 2.49.0-4.1 / debian / tests / unit
123456789
#/bin/sh set -eu cp -r tests "$AUTOPKGTEST_TMP/" cd "$AUTOPKGTEST_TMP" for python in $(py3versions -s); do $python tests/test.py unit > /dev/null done