File: test-suite

package info (click to toggle)
python-cwcwidth 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: ansic: 115; python: 79; 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