Commit 934a57a1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Print info on skipped and xfailed tests

parent cc8d916f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ if [ -d test ]; then
    ulimit -c unlimited

    # Need to set both _TEST and _CTX because doctests do not use _TEST.
    ${PY_EXE} -m pytest --tb=native $TESTABLES
    ${PY_EXE} -m pytest --tb=native  -rxs $TESTABLES

    # Avoid https://github.com/pytest-dev/pytest/issues/754:
    # add --tb=native