File: pytest

package info (click to toggle)
python-headerparser 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 396 kB
  • sloc: python: 3,009; makefile: 5; sh: 4
file content (7 lines) | stat: -rw-r--r-- 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