File: python3-bcrypt

package info (click to toggle)
python-bcrypt 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 275
  • sloc: ansic: 1,623; python: 632; makefile: 11; sh: 8
file content (5 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download
1
2
3
4
5
#!/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