File: control

package info (click to toggle)
python-parameterized 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: python: 463; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Test-Command: set -e
 ; for py in $(pyversions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py (unittest):"
 ; $py -m unittest -v parameterized.test
 ; echo "Testing with $py (nose):"
 ; $py -m nose -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: python-all,
         python-nose,
         python-nose2,
         python-parameterized,
         python-pytest
Restrictions: allow-stderr

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 (nose):"
 ; $py -m nose -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-nose,
         python3-nose2,
         python3-parameterized,
         python3-pytest
Restrictions: allow-stderr