File: python3-imagesize

package info (click to toggle)
python-imagesize 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,692 kB
  • sloc: python: 599; sh: 6; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eux
cp -r test "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

for python in $(py3versions -s); do
    $python -m unittest discover -v test
done