dev-python/whelk: Enable tests

This commit is contained in:
Michał Górny
2017-04-26 16:27:37 +02:00
parent 95b8fc31aa
commit 38edd4ed06

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,3 +18,7 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
python_test() {
"${PYTHON}" -m unittest discover || die "Tests fail with ${EPYTHON}"
}