mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/google-apputils: Use setup.py to run tests
This commit is contained in:
@@ -30,9 +30,5 @@ src_unpack() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# These yield 2 fails which are in fact expected errors run from a shell script!
|
||||
# They seemingly have no immediate mechanism to exit 0 in an expected fail style.
|
||||
for test in tests/{app_test*.py,[b-s]*.py} ; do
|
||||
"${PYTHON}" $test || die "test failure under ${EPYTHON}"
|
||||
done
|
||||
esetup.py google_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user