DEBSOURCES
Skip Quicknav
sources / python-libdiscid / 2.0.3-1 / debian / tests / python3-all
12345678
#!/bin/sh set -e cd $AUTOPKGTEST_TMP PYVERS=$(py3versions -vs) for py in $PYVERS ; do python$py -m pytest --pyargs libdiscid.tests done