DEBSOURCES
Skip Quicknav
sources / python-pytest-subtests / 0.14.2-1 / debian / tests / upstream
123456789
#!/bin/sh set -e cp -r pytest.ini tests ${AUTOPKGTEST_TMP} cd ${AUTOPKGTEST_TMP} for p in $(py3versions -s); do $p -m pytest tests done