Add an autopkgtest running the package tests

Currently it runs the tests directly over the sources, instead of the installed package.

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2019-08-12 13:41:08 +02:00
parent c744f7441f
commit ad6d560a15
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

2
debian/tests/control vendored Normal file
View File

@ -0,0 +1,2 @@
Test-Command: set -ex ; for i in $(py3versions -s) ; do "$i" setup.py test; done
Depends: @builddeps@