File: python3-iniparse

package info (click to toggle)
python-iniparse 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 2,215; makefile: 24; sh: 8
file content (12 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e
set -u

cp -r tests debian/cfgparser.1 runtests.py "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

export PYTHONWARNINGS=d

for py in $(py3versions -s); do
  $py ./runtests.py
done