File: unittests

package info (click to toggle)
python-ghostscript 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 1,570; sh: 36; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -ex

for py in $(py3versions --supported)
do
    $py -m pytest
done