File: control

package info (click to toggle)
python-get-version 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 124 kB
  • sloc: python: 236; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do pushd "tests"
 ;   echo "Testing with $py:"
 ;   $py -m pytest
 ; popd
 ; done
Depends: python3-all, @,
 python3-pytest,
 python3-pytest-cov,
 python3-testpath,
 python3-pygments,