File: run-unit-test

package info (click to toggle)
intake 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,552 kB
  • sloc: python: 12,408; makefile: 37; sh: 14
file content (9 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

pkg=python3-intake

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