Codebase list fontmath / ce39c2b
d/tests/control: Use pytest-3 to test installed package Yao Wei (魏銘廷) 2 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import fontMath; print(fontMath)" ; done
1 Depends: python3-all, python3-fontmath
2 Restrictions: allow-stderr, superficial
0 Test-Command: cd /tmp; pytest-3 --pyargs fontMath.test
1 Depends: python3-all, python3-fontmath, python3-pytest
32 Features: test-name=autodep8-python3