Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import SRS; print(SRS)" ; done
Depends: python3-all, python3-srs
Restrictions: allow-stderr, superficial,
Features: test-name=test-srs-module

Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import SES; print(SES)" ; done
Depends: python3-all, python3-srs
Restrictions: allow-stderr, superficial,
Features: test-name=test-ses-module

Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; result=`/usr/bin/envfrom2srs hello@test.de`; echo $result; if [ "$result" != "SRS0=E8EEyZl8=W4=test.de=hello<@mydomain.com.>" ]; then exit 1; fi; done
Depends: pysrs-bin, python3-all
Restrictions: allow-stderr,
Features: test-name=envfrom2srs

Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; result=`/usr/bin/srs2envtol SRS0=C58GRioD=W3=test.de=hello@mydomain.com`; echo $result; if [ "$result" != "hello<@test.de.>" ]; then exit 1; fi ; done
Depends: pysrs-bin, python3-all
Restrictions: allow-stderr,
Features: test-name=srs2envtol
