1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Test-Command: cd debian/tests/ ; HOME=$AUTOPKGTEST_TMP pytest-3 -v test_examples.py
Depends: @, python3-pytest, python3-pytest-mock, python3-pytest-env, python3-hypothesis, python3-tqdm
Restrictions: allow-stderr
Features: test-name=pytest-test-examples
Test-Command: cd debian/tests/ ; HOME=$AUTOPKGTEST_TMP pytest-3 -v test_hypotheses.py
Depends: @, python3-pytest, python3-pytest-mock, python3-pytest-env, python3-hypothesis, python3-tqdm
Restrictions: allow-stderr
Features: test-name=pytest-test-hypotheses
Test-Command: cd debian/tests/ ; HOME=$AUTOPKGTEST_TMP pytest-3 -v test_performance.py
Depends: @, python3-pytest, python3-pytest-mock, python3-pytest-env, python3-hypothesis, python3-tqdm
Restrictions: allow-stderr
Features: test-name=pytest-test-performance
|