[Python-modules-commits] [pytest-bdd] 01/03: Add tests
Brian May
bam at moszumanska.debian.org
Sun May 28 01:47:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch debian/master
in repository pytest-bdd.
commit 58876db0d4229d66e00b3312b31f228c04265022
Author: Brian May <brian at linuxpenguins.xyz>
Date: Sun May 28 11:29:01 2017 +1000
Add tests
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index a43b39c..ae99ed1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ export PYBUILD_NAME=pytest-bdd
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+ dh_auto_install
+ dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-bdd.git
More information about the Python-modules-commits
mailing list