mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/hiredis: Add python_test()
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sven Wegener <swegener@gentoo.org>
This commit is contained in:
@@ -22,3 +22,8 @@ PATCHES=(
|
||||
"${FILESDIR}"/${P}-system-libs.patch
|
||||
"${FILESDIR}"/${P}-api-0.14.patch
|
||||
)
|
||||
|
||||
python_test() {
|
||||
cd test
|
||||
"${EPYTHON}" -m unittest reader.ReaderTest || die "tests failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user