File: python3-tests

package info (click to toggle)
python-vttlib 0.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: python: 1,113; makefile: 4; sh: 4
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

set -euo pipefail

for p in $(py3versions -s); do
    # Cannot run all of of the tests because of non DFSG-compliant test data
    "${p}" -m pytest tests/vttLib_test.py -v
done