File: run-unit-test

package info (click to toggle)
python-cutadapt 4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,872 kB
  • sloc: python: 8,520; makefile: 167; sh: 5
file content (8 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

for py in $(py3versions -r 2> /dev/null)
do
    $py -m pytest -v
done