File: unittest

package info (click to toggle)
python-a38 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 4,065; xml: 174; makefile: 80; sh: 14
file content (8 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

for py in $(py3versions -s 2>/dev/null)
do
    $py -m nose2 2>&1
done