File: test

package info (click to toggle)
py17track 2021.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 859; sh: 41; makefile: 2
file content (5 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
set -e

# Run pytest with coverage:
py.test -s --verbose --cov-report term-missing --cov-report xml --cov=py17track tests