File: python3-tests

package info (click to toggle)
python-sdbus 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 980 kB
  • sloc: python: 7,783; ansic: 2,524; makefile: 9; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

set -e

for py in $(py3versions -s); do
    "${py}" -m unittest discover -v
done