File: pytest

package info (click to toggle)
sbws 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,084 kB
  • sloc: python: 10,432; sh: 146; makefile: 38
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/sh

export HOME=$AUTOPKGTEST_TMP
# run pytest with all the available python versions
for p in $(py3versions -s); do $p -m pytest tests/unit/; done