mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pytest: Show extra summary information for all except passed tests
By default pytest reports in summary section about tests failures and errors. It will be helpful to see skipped, xfailed and xpassed tests. Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Alexander Bokovoy
parent
269c61a9a6
commit
3889d8654a
@@ -85,6 +85,7 @@ if [ "$install_result" -eq 0 ] ; then
|
||||
--logging-level=debug \
|
||||
--logfile-dir="$IPA_TESTS_LOGSDIR" \
|
||||
--verbose \
|
||||
-ra \
|
||||
--with-xunit \
|
||||
$IPA_TESTS_ARGS \
|
||||
$IPA_TESTS_TO_IGNORE \
|
||||
|
||||
@@ -16,6 +16,7 @@ tests_result=1
|
||||
--logfile-dir="$IPA_TESTS_LOGSDIR" \
|
||||
--with-xunit \
|
||||
--verbose \
|
||||
-ra \
|
||||
$IPA_TESTS_ARGS \
|
||||
$IPA_TESTS_TO_IGNORE \
|
||||
$IPA_TESTS_TO_RUN && tests_result=0 ; } || \
|
||||
|
||||
Reference in New Issue
Block a user