Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nagiosplugin/
Date: Tue, 29 Dec 2015 00:14:38
Message-Id: 1451347669.cf474df6fb8a249e2e7ce5d132520a5c5d882980.monsieurp@gentoo
1 commit: cf474df6fb8a249e2e7ce5d132520a5c5d882980
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 28 21:44:03 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 00:07:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf474df6
7
8 dev-python/nagiosplugin: add tests
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild b/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild
16 index 9359a40..9ba675f 100644
17 --- a/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild
18 +++ b/dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild
19 @@ -23,3 +23,7 @@ SLOT="0"
20 IUSE=""
21
22 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
23 +
24 +python_test() {
25 + esetup.py test
26 +}