File: runtests

package info (click to toggle)
python-pycm 4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,476 kB
  • sloc: python: 5,515; sh: 8; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
set -e

for py in $(py3versions --supported 3> /dev/null)
do
        $py -m pytest -v Test -k 'not plot_error_test'
done