File: pytest

package info (click to toggle)
python-boolean.py 4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: python: 2,024; makefile: 74; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#!/bin/sh

set -e

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