File: control

package info (click to toggle)
python-multipledispatch 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: python: 1,100; makefile: 143
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do echo "Testing with $py:"
 ; $py -m pytest
 ; done
Depends: python3-all, python3-pytest, python3-pytest-benchmark