mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pathlib: Support running tests
This commit is contained in:
@@ -17,3 +17,7 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" test_pathlib.py || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user