DEBSOURCES
Skip Quicknav
sources / python-libdiscid / 1.0-1 / debian / tests / python2-all
12345678910
#!/bin/sh set -e cp -r libdiscid/tests $ADTTMP cd $ADTTMP/tests PYVERS=$(pyversions -vi) for py in $PYVERS ; do python$py -m pytest . done