1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Test-Command: COMMAND=/usr/bin/debian-distro-info ./test-debian-distro-info
Depends: distro-info, shunit2 (>= 2.1.6)
Features: test-name=test-debian-distro-info
Test-Command: COMMAND=/usr/bin/ubuntu-distro-info ./test-ubuntu-distro-info
Depends: distro-info, shunit2 (>= 2.1.6)
Features: test-name=test-ubuntu-distro-info
Test-Command: cp -r python/distro_info_test python/*-distro-info python/setup.py "$AUTOPKGTEST_TMP"; for py in $(py3versions -r 2>/dev/null); do cd "$AUTOPKGTEST_TMP"; echo "Testing with $py:"; $py -m unittest discover -v; done
Depends: mypy [!i386],
pylint (>= 3.3.0),
python3-all,
python3-distro-info,
python3-flake8,
python3-setuptools,
python3-typeshed
Restrictions: allow-stderr
Features: test-name=python3-unittest
|