File: test-suite

package info (click to toggle)
python-cwcwidth 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: ansic: 170; python: 78; sh: 6; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

cd tests
for py in $(py3versions -s)
do
  $py -m pytest --import-mode append .
done