File: run-unit-test

package info (click to toggle)
pyfastx 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,336 kB
  • sloc: ansic: 4,826; python: 1,816; sh: 505; perl: 66; makefile: 31
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
export LC_ALL=C.UTF-8
for PYTHON3 in $(py3versions -s)
do "$PYTHON3" -m unittest -v
done