File: upstream

package info (click to toggle)
python-h11 0.14.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 652 kB
  • sloc: python: 3,905; javascript: 204; makefile: 198; sh: 5
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
    $p -m pytest --pyargs h11.tests
done