dev-python/inflect: Make tests verbose

This commit is contained in:
Michał Górny
2018-05-12 20:23:17 +02:00
parent 592a1aa0bc
commit 89865e5e6b

View File

@@ -22,5 +22,5 @@ DEPEND="
"
python_test() {
nosetests tests || die "tests failed with ${EPYTHON}"
nosetests -v tests || die "tests failed with ${EPYTHON}"
}