commit: 1f6342e413caa45164e0de30cdbae58284a09ec2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 23 23:34:29 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 23 23:37:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6342e4
dev-python/ttystatus: Enable testing
dev-python/ttystatus/ttystatus-0.35.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 7549ff37d00..5c97f4dd32c 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -15,3 +15,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
+}