DEBSOURCES
Skip Quicknav
sources / python-bcrypt / 3.1.2-1 / debian / tests / python3-bcrypt
12345
#!/bin/sh set -e -u cp -a tests "$ADTTMP" cd "$ADTTMP" for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done