File: unittest

package info (click to toggle)
python-airspeed 0.5.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 196 kB
  • sloc: python: 2,088; sh: 4; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 90 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

for python in $(py3versions -s); do
    $python -m unittest 2>&1
done