File: control

package info (click to toggle)
python-parameterized 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 921; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 461 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 cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py (unittest):"
 ; $py -m unittest -v parameterized.test
 ; echo "Testing with $py (nose2):"
 ; $py -m nose2 -v parameterized.test
 ; echo "Testing with $py (pytest):"
 ; $py -m pytest -v --pyargs parameterized.test
 ; done
Depends: python3-all,
	 python3-nose2,
         python3-parameterized,
         python3-pytest
Restrictions: allow-stderr