dev-python/ttystatus: Enable testing

This commit is contained in:
Michał Górny
2018-02-24 00:34:29 +01:00
parent 0afc5755e3
commit 1f6342e413

View File

@@ -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
}