File: unittest

package info (click to toggle)
python-logassert 7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 136 kB
  • sloc: python: 641; makefile: 3; sh: 1
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
set -e
for python in $(py3versions -s); do
    echo "-- Testing with $($python --version)"
    $python -m pytest -p pytester "$@"
done