File: python3-gpxpy-upstream

package info (click to toggle)
gpxpy 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 876 kB
  • sloc: python: 4,905; makefile: 10; sh: 8
file content (12 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

cp -va test_files "$AUTOPKGTEST_TMP"
cp -va test.py "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py -m unittest test 2>&1
done