File: py3

package info (click to toggle)
python-webencodings 0.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: python: 825; sh: 6; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh

set -euf

cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
  $py -m pytest -o cache_dir=$AUTOPKGTEST_TMP \
  /usr/lib/python3/dist-packages/webencodings/tests.py
done