summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2015-12-28 22:44:03 +0100
committerPatrice Clement <monsieurp@gentoo.org>2015-12-29 00:07:49 +0000
commitcf474df6fb8a249e2e7ce5d132520a5c5d882980 (patch)
tree66387b999ffc1fcc0645e3de12de2463bfaf01cf /dev-python/nagiosplugin
parentdev-libs/libgusb: version bump to 0.2.8 (diff)
downloadgentoo-cf474df6fb8a249e2e7ce5d132520a5c5d882980.tar.gz
gentoo-cf474df6fb8a249e2e7ce5d132520a5c5d882980.tar.bz2
gentoo-cf474df6fb8a249e2e7ce5d132520a5c5d882980.zip
dev-python/nagiosplugin: add tests
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/nagiosplugin')
-rw-r--r--dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild
index 9359a4076a4d..9ba675f3b2fc 100644
--- a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild
+++ b/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild
@@ -23,3 +23,7 @@ SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ esetup.py test
+}