[Python-modules-commits] [flask-script] 03/06: Use pytest to run tests

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Tue Feb 23 09:25:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

oorestisime-guest pushed a commit to branch master
in repository flask-script.

commit 761cbbe6e76b1f05f5f71855bca75d17e6d90691
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Thu Feb 18 13:14:15 2016 +0100

    Use pytest to run tests
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index bdd979a..115450d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@ export PYBUILD_NAME=flask-script
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	py.test tests.py --assert=reinterp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-script.git



More information about the Python-modules-commits mailing list