DEBSOURCES
Skip Quicknav
sources / python-tinyalign / 0.2.2-1 / debian / tests / run-unit-test
1234567891011
#!/bin/bash set -e for py in $(py3versions -s) do pushd tests echo "Testing with $py in $(pwd):" http_proxy="" $py -m pytest -v popd done