File: unittest

package info (click to toggle)
python-executing 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,060 kB
  • sloc: python: 4,098; sh: 23; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
set -e
for python in $(py3versions -s); do
    $python tests/test_main.py
    $python -m pytest tests/test_pytest.py
done