dev-python/pathlib: Support running tests

This commit is contained in:
Michał Górny
2016-11-25 17:10:38 +01:00
parent 9d3598597b
commit 9dbb022683

View File

@@ -17,3 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
python_test() {
"${PYTHON}" test_pathlib.py || die
}