dev-python/minimock: Enable tests

This commit is contained in:
Michał Górny
2017-05-17 18:14:06 +02:00
parent 51ceef2c41
commit 50085f2711

View File

@@ -25,3 +25,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_P}"
DOCS=( docs/changelog.rst docs/index.rst )
python_test() {
"${PYTHON}" -m doctest minimock.py || die "Tests fail with ${EPYTHON}"
}