Depends: python-pyramid-chameleon, python-all
Test-Command: cd $AUTOPKGTEST_TMP; for p in $(pyversions -s); do $p -c 'import pyramid_chameleon; print(pyramid_chameleon)'; done

Depends: python-pyramid-chameleon, python-all
Test-Command: cd $AUTOPKGTEST_TMP; for p in $(pyversions -s); do $p -m unittest discover -v pyramid_chameleon.tests; done
Restrictions: allow-stderr

Depends: python3-pyramid-chameleon, python3-all
Test-Command: cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -c 'import pyramid_chameleon; print(pyramid_chameleon)'; done

Depends: python3-pyramid-chameleon, python3-all
Test-Command: cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -m unittest discover -v pyramid_chameleon.tests; done
Restrictions: allow-stderr

