File: pytest

package info (click to toggle)
python-license-expression 30.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,588 kB
  • sloc: python: 6,130; sh: 315; makefile: 51
file content (7 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
#!/bin/sh

set -e

for python in $(py3versions -s); do
    $python -m pytest
done