DEBSOURCES
Skip Quicknav
sources / python-crontab / 1.9.3-2 / debian / tests / python3-crontab
1234567
#!/bin/sh set -e -u cp -a tests/ "$ADTTMP" cd "$ADTTMP/tests/" for py in $(py3versions -i); do LC_ALL=C.UTF-8 "$py" -m pytest done