File: python3

package info (click to toggle)
python-ecdsa 0.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,212 kB
  • sloc: python: 11,248; makefile: 14; sh: 5
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash
set -e

cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s) ; do
  $py -m ecdsa.test_pyecdsa ;
done